[SCM] live-build branch, upstream, updated. upstream/3.0_a19-1-g37e5fdb

Daniel Baumann daniel at debian.org
Sat Jun 11 15:54:07 UTC 2011


The following commit has been merged in the upstream branch:
commit 37e5fdbbff100dab0883fffc0db64f102848eb3b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 11 17:54:22 2011 +0200

    Adding upstream version 3.0~a20.

diff --git a/VERSION b/VERSION
index 9ae56c3..75df682 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a19
+3.0~a20
diff --git a/functions/common.sh b/functions/common.sh
index 103920f..97769a1 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 
 PROGRAM="live-build"
-VERSION="3.0~a19-1"
+VERSION="3.0~a20-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5d0761a..9e34e6a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -381,7 +381,7 @@ Set_defaults ()
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
@@ -467,7 +467,7 @@ Set_defaults ()
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://archive.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
@@ -494,7 +494,7 @@ Set_defaults ()
 		ubuntu)
 			case "${LB_ARCHITECTURES}" in
 				amd64|i386)
-					LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+					LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
 					;;
 
 				*)
@@ -586,9 +586,6 @@ Set_defaults ()
 			;;
 	esac
 
-	# Setting language string
-	LB_LANGUAGE="${LB_LANGUAGE:-en}"
-
 	# Setting linux flavour string
 	case "${LB_ARCHITECTURES}" in
 		armel)
@@ -669,11 +666,23 @@ Set_defaults ()
 					exit 1
 					;;
 
+				ubuntu)
+					case "${LIST}" in
+						stripped|minimal)
+							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
+							;;
+
+						*)
+							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64-smp}"
+							;;
+					esac
+					;;
+
 				*)
 					case "${LIST}" in
 						stripped|minimal)
 							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
-						;;
+							;;
 
 						*)
 							LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64}"
@@ -726,69 +735,8 @@ Set_defaults ()
 			;;
 	esac
 
-	# Setting packages string
-	case "${LB_MODE}" in
-		ubuntu)
-			LB_PACKAGES="${LB_PACKAGES:-ubuntu-minimal}"
-			;;
-
-		*)
-			LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
-			;;
-	esac
-
-	# Setting tasks string
-	if [ -z "${LB_TASKS}" ] || [ "${LB_TASKS}" != "none" ]
-	then
-		for LIST in ${LB_PACKAGE_LISTS}
-		do
-			case "${LIST}" in
-				stripped|minimal)
-					LB_APT="apt-get"
-					;;
-
-				standard)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||') standard"
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||') standard"
-					;;
-
-				rescue)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
-					;;
-
-				gnome-desktop)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
-					LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
-					;;
-
-				kde-desktop)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11"
-
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop"
-					LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
-					;;
-
-				lxde-desktop)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
-
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop"
-					LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
-					;;
-
-				xfce-desktop)
-					LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
-
-					LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop"
-					LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
-					;;
-			esac
-		done
-
-		LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|  ||g')"
-		LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|  ||g')"
-	fi
+	# Setting package list
+	LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
 
 	# Setting security updates option
 	case "${LB_DISTRIBUTION}" in
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index 1d6c681..aeb71f6 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -64,6 +64,30 @@ Expand_packagelist ()
 					done
 					;;
 
+				\#nif\ *)
+					if [ ${_LB_NESTED} -eq 1 ]
+					then
+						echo "E: Nesting conditionals is not supported" >&2
+						exit 1
+					fi
+					_LB_NESTED=1
+
+					_LB_NEEDLE="$(echo "${_LB_LINE}" | cut -d' ' -f3-)"
+					_LB_HAYSTACK="$(eval "echo \$LB_$(echo "${_LB_LINE}" | cut -d' ' -f2)")"
+
+					_LB_ENABLED=0
+					for _LB_NEEDLE_PART in ${_LB_NEEDLE}
+					do
+						for _LB_HAYSTACK_PART in ${_LB_HAYSTACK}
+						do
+							if [ "${_LB_NEEDLE_PART}" != "${_LB_HAYSTACK_PART}" ]
+							then
+								_LB_ENABLED=1
+							fi
+						done
+					done
+					;;
+
 				\#endif*)
 					_LB_NESTED=0
 					_LB_ENABLED=1
diff --git a/lists/gnome b/lists/gnome
index 4686f8b..fc878b1 100644
--- a/lists/gnome
+++ b/lists/gnome
@@ -3,7 +3,7 @@
 #include <gnome-core>
 
 gnome-desktop-environment gnome-screensaver gnome-themes-extras
-#if MODE debian
+#nif MODE ubuntu
 system-config-printer
 #endif
 #if MODE ubuntu
diff --git a/lists/rescue b/lists/rescue
index bb793f3..ec1d862 100644
--- a/lists/rescue
+++ b/lists/rescue
@@ -33,9 +33,7 @@ aview mc nano-tiny mg vim wdiff hexedit nvi tweak
 # Harddisk
 dvd+rw-tools genisoimage sdparm hdparm blktool parted partimage secure-delete scsitools smartmontools testdisk wodim wipe hddtemp bonnie++
 par2 dvd+rw-tools
-#if DISTRIBUTION squeeze wheezy sid
 fsarchiver
-#endif
 
 # for /usr/bin/summer:
 chiark-utils-bin
@@ -155,9 +153,6 @@ cutter
 iproute
 iproute-doc
 iputils-tracepath
-#if DISTRIBUTION lenny
-mrt
-#endif
 mtr-tiny
 tcptraceroute
 traceroute
diff --git a/lists/standard b/lists/standard
index af2cac5..e63631a 100644
--- a/lists/standard
+++ b/lists/standard
@@ -4,4 +4,13 @@
 
 console-setup console-common kbd
 
+#nif MODE progress
 locales
+#endif
+#if MODE progress
+locales-all
+#endif
+
+#if MODE ubuntu
+ubuntu-minimal
+#endif
diff --git a/lists/standard-x11 b/lists/standard-x11
index 9729b85..042b986 100644
--- a/lists/standard-x11
+++ b/lists/standard-x11
@@ -2,6 +2,9 @@
 
 #include <standard>
 
-xorg menu
+xorg
+#nif MODE progress
+menu
+#endif
 alsa-base alsa-utils
 keyboard-configuration
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 5973f49..916dcfc 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 b096091..3e1177d 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 492fcbd..1b47fbe 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 4c0a0ea..217458e 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 ba10589..6e055d9 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 5a1772f..95aff05 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 7972e7d..642e323 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c41e25a..17df85e 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 cf049cf..a99574c 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 64de9ac..3ecef69 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 3a698b6..3e85a97 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 1e14423..cb7a5d5 100644
--- a/manpages/de/lb_binary_local-hooks.de.1
+++ b/manpages/de/lb_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 9ea023d..5f233b4 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-packagelists.de.1 b/manpages/de/lb_binary_local-packagelists.de.1
index ec5b1d7..4e3c6f6 100644
--- a/manpages/de/lb_binary_local-packagelists.de.1
+++ b/manpages/de/lb_binary_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-packagelists\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 66167ab..ec91157 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 80c872e..2169595 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 d3e1abd..f66eba5 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f086c30..388fc2b 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 b752624..d8f74af 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 5e705e6..fd54f4a 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c261d0a..5b5df55 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 62cae51..e76f8b8 100644
--- a/manpages/de/lb_binary_usb.de.1
+++ b/manpages/de/lb_binary_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 074754c..d8207cf 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 098ef5d..9697fa7 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 a4c6114..13328bb 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0e20a6a..a72405e 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0368d2b..d352998 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8b85ead..f5a84b1 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 04600bc..4dc95b2 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 a73708d..7cad6ab 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 45153d8..7396b73 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 731a35d..929a7b8 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 5433f11..f5c07ce 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 a602a83..b70177d 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 544249a..971456e 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 3caa407..782e979 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 33f582e..16769a4 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 ad8c17c..985bbbe 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 8bc9570..8344189 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0edb9ad..ad8a5fb 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 55b9105..84b0331 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 4629df6..b09727b 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 168b3ef..b17121b 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 1441c4d..00c21c1 100644
--- a/manpages/de/lb_chroot_local-hooks.de.1
+++ b/manpages/de/lb_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 ca4c313..bef2c1b 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packagelists.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1
index e7cae1e..db5fd91 100644
--- a/manpages/de/lb_chroot_local-packagelists.de.1
+++ b/manpages/de/lb_chroot_local-packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index b7ae29f..c4eb493 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 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index 696161a..a6fed65 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c1823c3..c67151d 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_chroot_local-tasklists.de.1
similarity index 77%
copy from manpages/de/lb_binary_local-includes.de.1
copy to manpages/de/lb_chroot_local-tasklists.de.1
index 9ea023d..3832841 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-tasklists.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_local\-includes\fP \- Complete the binary stage
+\fBlb chroot_local\-tasklists\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_local\-includes\fP [\fIlive\-build options\fP]
+\fBlb chroot_local\-tasklists\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb binary_local\-includes\fP is a low\-level command (plumbing) of
+\fBlb chroot_local\-tasklists\fP is a low\-level command (plumbing) of
 \fIlive\-build\fP(7), the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb binary_local\-includes\fP has no specific options but understands all
+\fBlb chroot_local\-tasklists\fP has no specific options but understands all
 generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
 generic live\-build options.
 
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
deleted file mode 100644
index 68c7e53..0000000
--- a/manpages/de/lb_chroot_localization.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_localization\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_localization\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_localization\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_localization\fP has no specific options but understands all
-generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
-generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP \fBn/a\fP 4
-
-.SH "SEE ALSO"
-\fIlive\-build\fP(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found
-on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
-<\fIhttp://live.debian.net/manual/\fP>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in
-the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
-writing a mail to the Debian Live mailing list at
-<\fIdebian\-live at lists.debian.org\fP>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
-the Debian project.
diff --git a/manpages/de/lb_chroot_packagelists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
index f505e2b..0d936b9 100644
--- a/manpages/de/lb_chroot_packagelists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
deleted file mode 100644
index 44faf93..0000000
--- a/manpages/de/lb_chroot_packages.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_packages\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_packages\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_packages\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
-the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_packages\fP has no specific options but understands all generic
-live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
-live\-build options.
-
-.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_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 34f9de7..571a68a 100644
--- a/manpages/de/lb_chroot_preseed.de.1
+++ b/manpages/de/lb_chroot_preseed.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 bb32e41..a5f59c1 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 cd80da0..e91e4ac 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 945f47d..d225664 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 e8da74b..7dad6d4 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 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 2496867..17042b9 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 e85541d..7bfe012 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
deleted file mode 100644
index e38d973..0000000
--- a/manpages/de/lb_chroot_tasks.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_tasks\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_tasks\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_tasks\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
-the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_tasks\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_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index 81a337d..40b1d7e 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 31049bf..5e8b183 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 55d8003..aad28d5 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
@@ -202,8 +202,6 @@
 .br
   [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
 .br
-  [\fB\-\-packages\fP \fIPACKAGE\fP|\fI"PACKAGES"\fP]
-.br
   [\fB\-\-quiet\fP]
 .br
   [\-r|\fB\-\-repositories \fP\fIREPOSITORY\fP|\fI"REPOSITORIES"\fP]
@@ -228,8 +226,6 @@
 .br
   [\fB\-\-tasksel\fP apt|aptitude|tasksel]
 .br
-  [\fB\-\-tasks\fP \fITASK\fP|"\fITASKS\fP"]
-.br
   [\fB\-\-templates\fP \fIPATH\fP]
 .br
   [\fB\-\-virtual\-root\-size \fP\fIMB\fP]
@@ -699,11 +695,6 @@ 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\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 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\-\-quiet\fP 4
 reduces the verbosity of messages output by \fBlb build\fP.
 .IP "\-r|\fB\-\-repositories\fP \fIREPOSITORY\fP|\(dq\fIREPOSITORIES\fP\(dq" 4
@@ -746,12 +737,6 @@ defines if syslinux should be make use of the vgamenu capabilities or not.
 .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
 selects which program is used to install tasks. By default, this is set to
 tasksel.
-.IP "\fB\-\-tasks\fP \fITASK\fP|\(dq\fITASKS\fP\(dq" 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 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 abc5497..36ca460 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 180bdad..f206d24 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 ea6be5d..f3f219a 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 b95c582..28093e9 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0047e67..f33987f 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 23614f3..df738eb 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 2eb8d24..47e148e 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 7497bc1..8bcd2a4 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 5e8bf05..620f70b 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 7812636..bfc6e7f 100644
--- a/manpages/de/lb_source_usb.de.1
+++ b/manpages/de/lb_source_usb.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 51fdbb4..f3ce517 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f340391..9d23929 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 085582a..7010096 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 7 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fP \- the Debian Live tool suite
@@ -142,16 +142,12 @@ manage /etc/kernel\-img.conf
 execute local hooks in chroot
 .IP \fBlb_chroot_local\-includes\fP(1) 4
 copy local files into chroot
-.IP \fBlb_chroot_localization\fP(1) 4
-install localization packages into chroot
 .IP \fBlb_chroot_local\-packages\fP(1) 4
 queue install of local packages into chroot
 .IP \fBlb_chroot_local\-patches\fP(1) 4
 apply local patches against chroot
 .IP \fBlb_chroot_local\-preseed\fP(1) 4
 use debconf local preseeding file
-.IP \fBlb_chroot_packages\fP(1) 4
-queue install of packages into chroot
 .IP \fBlb_chroot_packagelists\fP(1) 4
 queue install of package lists into chroot
 .IP \fBlb_chroot_preseed\fP(1) 4
@@ -168,8 +164,8 @@ manage /etc/apt/sources.list
 mount /sys
 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
 manage /usr/sbin/policy\-rc.d
-.IP \fBlb_chroot_tasks\fP(1) 4
-install tasks into chroot
+.IP \fBlb_chroot_local\-tasklists\fP(1) 4
+install local task lists into chroot
 .SS "Binary commands"
 .IP \fBlb_binary_chroot\fP(1) 4
 copy chroot into chroot
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index 59c57e6..9ea5aab 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 310f8a4..215cd84 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 add8830..29bfb29 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 99ecb1f..5c12f5b 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 3834e2d..6ed072a 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 79c25d7..3524b88 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 7996488..650e5cb 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 6f39381..eb9d351 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0409fb0..a74f30e 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8e3f84b..9e45b89 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 140c7c7..c726a0c 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 31c7c19..3215b69 100644
--- a/manpages/en/lb_binary_local-hooks.1
+++ b/manpages/en/lb_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8336943..2338b8d 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packagelists.1 b/manpages/en/lb_binary_local-packagelists.1
index f859074..5c38dc4 100644
--- a/manpages/en/lb_binary_local-packagelists.1
+++ b/manpages/en/lb_binary_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local-packagelists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 2584376..aa9765d 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8ba2b2d..1b96402 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f735b2f..ab96f60 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 67fbaa5..c8476de 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 e47bcea..663fa28 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 fbd9ac6..ed41f24 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8802309..16b8614 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 176eeda..a65960e 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 b4bab35..e08d519 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0d4f2a7..061144b 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 8e37551..63f6844 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f6f6800..b4f72aa 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 333a898..090f269 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 4f1e421..aa6781d 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c4a91ac..017b8d6 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 d327f49..8d4b6f7 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 95da90d..42f6f18 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 20b2814..ed6137c 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 69862e2..740b2c9 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c6cbfb8..0a0d549 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 bbcf1e6..0fab69a 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f4ddc0d..0ab2adb 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 3b336e3..50826d7 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 4a9f46d..e915b5f 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index 3619b53..d3b9121 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 3ae6f3b..e9417b4 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 61269d8..e6c4d99 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 e1335b6..fee8895 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 14b2a8e..6108cd8 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 b06bb83..699e0b1 100644
--- a/manpages/en/lb_chroot_local-hooks.1
+++ b/manpages/en/lb_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 63da634..5d4927d 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packagelists.1 b/manpages/en/lb_chroot_local-packagelists.1
index 3885334..9f10e42 100644
--- a/manpages/en/lb_chroot_local-packagelists.1
+++ b/manpages/en/lb_chroot_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index dabe517..2abe53a 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 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index ced2ef0..c7525da 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 61f7802..a6b4eaf 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_chroot_local-tasklists.1
similarity index 60%
copy from manpages/en/lb_binary_disk.1
copy to manpages/en/lb_chroot_local-tasklists.1
index 79c25d7..5cd1294 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_chroot_local-tasklists.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_disk\fR \- Complete the binary stage
+\fBlb chroot_local\-tasklists\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_disk\fR [\fIlive\-build options\fR]
+\fBlb chroot_local\-tasklists\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 chroot_local\-tasklists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb 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 chroot_local\-tasklists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
 
 .SH FILES
 .\" FIXME
diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1
deleted file mode 100644
index 6d59a05..0000000
--- a/manpages/en/lb_chroot_localization.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_localization\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_localization\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_localization\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_localization\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP "\fBn/a\fR" 4
-
-.SH SEE ALSO
-\fIlive\-build\fR(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live at lists.debian.org\fR>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.
diff --git a/manpages/en/lb_chroot_packagelists.1 b/manpages/en/lb_chroot_packagelists.1
index 9b058df..25f6302 100644
--- a/manpages/en/lb_chroot_packagelists.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
deleted file mode 100644
index dd396f2..0000000
--- a/manpages/en/lb_chroot_packages.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_packages\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_packages\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_packages\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_packages\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
-
-.SH FILES
-.\" FIXME
-.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 508c7ec..ffc25f4 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 0d02065..c179ee0 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 f434948..3793045 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 973cf61..b37346e 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 9c8d058..2a17ee9 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 39a28f3..e539feb 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 a4bfbc1..8ce0bcc 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
deleted file mode 100644
index 3b51de5..0000000
--- a/manpages/en/lb_chroot_tasks.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_tasks\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_tasks\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_tasks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_tasks\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_upstart.1 b/manpages/en/lb_chroot_upstart.1
index 828d166..f36439e 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 ee4da41..ef04152 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 246734c..c4ec634 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -197,8 +197,6 @@
 .br
 	[\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
 .br
-	[\fB\-\-packages\fR \fIPACKAGE\fR|\fI"PACKAGES"\fR]
-.br
 	[\fB\-\-quiet\fR]
 .br
 	[\-r|\fB\-\-repositories \fIREPOSITORY\fR|\fI"REPOSITORIES"\fR]
@@ -223,8 +221,6 @@
 .br
 	[\fB\-\-tasksel\fR apt|aptitude|tasksel]
 .br
-	[\fB\-\-tasks\fR \fITASK\fR|"\fITASKS\fR"]
-.br
 	[\fB\-\-templates\fR \fIPATH\fR]
 .br
 	[\fB\-\-virtual\-root\-size \fIMB\fR]
@@ -448,8 +444,6 @@ sets the IP or hostname that will be configured in the bootloader configuration
 defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
 .IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
 defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though).
-.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\-\-quiet\fR" 4
 reduces the verbosity of messages output by \fBlb build\fR.
 .IP "-r|\fB\-\-repositories\fR \fIREPOSITORY\fR|""\fIREPOSITORIES\fR""" 4
@@ -474,8 +468,6 @@ defines the timeout the syslinux bootloader should wait for input from the user
 defines if syslinux should be make use of the vgamenu capabilities or not.
 .IP "\fB\-\-tasksel\fR apt|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 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\-size\fR MB" 4
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index 348db55..785fb1b 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 201fcd3..11ff6a3 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 214d392..52f3a4e 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 a062950..d9a25a0 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 5d47879..93f35e4 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 2bc6e33..05208d7 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 2e35b6f..b5bac7d 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 545c584..03c9087 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 6199c73..6964012 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 c0e3c6e..1ae1afe 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 aa9ddc3..5018774 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 d2d24ff..913897b 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a20 "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 aba27ed..ca93d7f 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2011\-06\-11 3.0~a19 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-06\-11 3.0~a20 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fR \- the Debian Live tool suite
@@ -119,16 +119,12 @@ manage /etc/kernel\-img.conf
 execute local hooks in chroot
 .IP "\fBlb_chroot_local\-includes\fR(1)" 4
 copy local files into chroot
-.IP "\fBlb_chroot_localization\fR(1)" 4
-install localization packages into chroot
 .IP "\fBlb_chroot_local\-packages\fR(1)" 4
 queue install of local packages into chroot
 .IP "\fBlb_chroot_local\-patches\fR(1)" 4
 apply local patches against chroot
 .IP "\fBlb_chroot_local\-preseed\fR(1)" 4
 use debconf local preseeding file
-.IP "\fBlb_chroot_packages\fR(1)" 4
-queue install of packages into chroot
 .IP "\fBlb_chroot_packagelists\fR(1)" 4
 queue install of package lists into chroot
 .IP "\fBlb_chroot_preseed\fR(1)" 4
@@ -145,8 +141,8 @@ manage /etc/apt/sources.list
 mount /sys
 .IP "\fBlb_chroot_sysv\-rc\fR(1)" 4
 manage /usr/sbin/policy\-rc.d
-.IP "\fBlb_chroot_tasks\fR(1)" 4
-install tasks into chroot
+.IP "\fBlb_chroot_local\-tasklists\fR(1)" 4
+install local task lists into chroot
 .SS Binary commands
 .IP "\fBlb_binary_chroot\fR(1)" 4
 copy chroot into chroot
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 0374266..6ab0c5b 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -211,13 +206,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -255,13 +249,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -298,12 +291,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -342,16 +334,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -385,16 +376,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -421,12 +411,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -456,16 +445,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -491,16 +479,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -527,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -565,16 +551,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -601,16 +586,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -640,16 +624,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -676,16 +659,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 24e2e10..461bfec 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 65f151c..265ac5d 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -701,11 +683,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index f95f574..c3f74bc 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index 1b233a2..5e7a434 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index b45be04..59fecb4 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index d2a4388..a8901c7 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index bca7be3..fe59706 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 5902288..a267c9e 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 9f6c0dc..b778081 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index 8034836..3acc744 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index 27b0d14..f905edc 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index e8ba9e6..02ed495 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
index 7cebd3f..7ee1084 100644
--- a/manpages/po/de/lb_binary_local-packagelists.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index b85e476..5de6838 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index a96205d..f972b2f 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index 24604e5..938fe6b 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index 64c2bfd..5a39ed4 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 7b209b8..dc3f849 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index c4a4f52..18edd49 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 97da9b0..df0ee01 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index 7df9a55..86a8c4b 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index 504191c..e4eae1e 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index a246b65..c11bc20 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index d0b523d..740e1c3 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index cbac02d..7dd4f4a 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 847a9f4..e0549b6 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 43c1e35..dd7961a 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index 5c8018e..d65ee1e 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 88413f8..6c4e7ee 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index bf1125c..0b22c77 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index bf21e2a..f0e7875 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 6991798..07d861e 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index ee5cdde..f300694 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index 509562d..610c669 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 5c076ef..8a82d62 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 7a66630..2471242 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 5cbce5b..a1642f9 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index faaf6aa..1a37bff 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index d43b651..1cccbe2 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index d65e12b..bd8b031 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 62e1a72..cc4b683 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index f14d26b..10f6f5d 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index 1249a7a..a28dc71 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 94053bf..d2b86dd 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
index 7d6e8b3..f15f3ec 100644
--- a/manpages/po/de/lb_chroot_local-packagelists.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index 01d4650..03ada43 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index 5fec424..10214d9 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index 0cf5ee6..1fc18ba 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_chroot_local-tasklists.1.po
similarity index 78%
copy from manpages/po/de/lb_bootstrap_cdebootstrap.1.po
copy to manpages/po/de/lb_chroot_local-tasklists.1.po
index 43c1e35..2bf3e3f 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_chroot_local-tasklists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -690,26 +671,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:5
-msgid "B<lb bootstrap_cdebootstrap> - Complete the bootstrap stage"
+#: en/lb_chroot_local-tasklists.1:5
+msgid "B<lb chroot_local-tasklists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:8
-msgid "B<lb bootstrap_cdebootstrap> [I<live-build options>]"
+#: en/lb_chroot_local-tasklists.1:8
+msgid "B<lb chroot_local-tasklists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:11
+#: en/lb_chroot_local-tasklists.1:11
 msgid ""
-"B<lb bootstrap_cdebootstrap> is a low-level command (plumbing) of I<live-"
+"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:16
+#: en/lb_chroot_local-tasklists.1:16
 msgid ""
-"B<lb bootstrap_cdebootstrap> has no specific options but understands all "
+"B<lb chroot_local-tasklists> has no specific options but understands all "
 "generic live-build options. See I<live-build>(7) for a complete list of all "
 "generic live-build options."
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
deleted file mode 100644
index f5e7243..0000000
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ /dev/null
@@ -1,715 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:5
-msgid "B<lb chroot_localization> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:8
-msgid "B<lb chroot_localization> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:11
-msgid ""
-"B<lb chroot_localization> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:16
-msgid ""
-"B<lb chroot_localization> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index b00baf4..6de3854 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
deleted file mode 100644
index 3d1dfef..0000000
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ /dev/null
@@ -1,715 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:5
-msgid "B<lb chroot_packages> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:8
-msgid "B<lb chroot_packages> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:11
-msgid ""
-"B<lb chroot_packages> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:16
-msgid ""
-"B<lb chroot_packages> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 3636f92..a57f429 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index ecb9e2c..e085d67 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index 20ef764..ceab909 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index f7d9994..c48c485 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index 140ca28..5402b1b 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 992f041..e8e3454 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index 71b5483..27997e9 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
deleted file mode 100644
index 73e9252..0000000
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ /dev/null
@@ -1,715 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:5
-msgid "B<lb chroot_tasks> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:8
-msgid "B<lb chroot_tasks> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:11
-msgid ""
-"B<lb chroot_tasks> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:16
-msgid ""
-"B<lb chroot_tasks> has no specific options but understands all generic live-"
-"build options. See I<live-build>(7) for a complete list of all generic live-"
-"build options."
-msgstr ""
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index 05e6fdd..38febf3 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index 896637d..aaf7024 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 85b2893..df987cb 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:12+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -1143,117 +1125,107 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:203
 msgid "  [B<--quiet>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
 msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
 msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
 msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
 msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
 msgid "  [B<--security> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
 msgid "  [B<--source> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
 msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
 msgid "  [B<--syslinux-splash> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
 msgid "  [B<--syslinux-timeout> I<SECONDS>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:223
+#: en/lb_config.1:221
 msgid "  [B<--syslinux-menu> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
 msgid "  [B<--tasksel> apt|aptitude|tasksel]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:227
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:225
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:227
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:229
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:231
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:233
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:235
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:241
+#: en/lb_config.1:237
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:240
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:247
+#: en/lb_config.1:243
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1261,7 +1233,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:246
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1270,7 +1242,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:253
+#: en/lb_config.1:249
 msgid ""
 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
 "options depending on the setting of other options (e.g. which linux packages "
@@ -1286,7 +1258,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:252
 msgid ""
 "In addition to its specific options B<lb config> understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
@@ -1295,26 +1267,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:254
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:256
 msgid ""
 "defines if apt-get or aptitude is used to install packages when building the "
 "image. The default is apt."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:258
 msgid ""
 "sets the ftp proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable ftp_proxy set, apt-ftp-proxy gets "
@@ -1322,13 +1294,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:260
 msgid ""
 "sets the http proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable http_proxy set, apt-http-proxy gets "
@@ -1336,26 +1308,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:262
 msgid ""
 "defines if the resulting images should have apt indices or not and defaults "
 "to true. If set to none, no indices are included at all."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:264
 msgid ""
 "defines the default options that will be appended to every apt call that is "
 "made inside chroot during the building of the image. By default, this is set "
@@ -1363,13 +1335,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:266
 msgid ""
 "defines the default options that will be appended to every aptitude call "
 "that is made inside chroot during building of the image. By default, this is "
@@ -1377,13 +1349,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:268
 msgid ""
 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
@@ -1395,38 +1367,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:270
 msgid ""
 "defines if apt should install recommended packages automatically. By "
 "default, this is true except in emdebian mode."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:272
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:272
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:274
 msgid ""
 "defines the architecture of the to be build image. By default, this is set "
 "to the host architecture. Note that you cannot crossbuild for another "
@@ -1437,13 +1409,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:274
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:276
 msgid ""
 "defines the image type to build. By default, for images using syslinux this "
 "is set to iso-hybrid to build CD/DVD images that may also be used like usb-"
@@ -1451,13 +1423,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:278
 msgid ""
 "defines the filesystem to be used in the image type. This only has an effect "
 "if the selected binary image type does allow to choose a filesystem. For "
@@ -1470,24 +1442,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:280
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:282
 msgid ""
 "sets boot parameters specific to debian-live. A complete list of boot "
 "parameters can be found, for etch, in the manpage of casper, for all other "
@@ -1496,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:284
 msgid ""
 "defines which bootloader is beeing used in the generated image. This has "
 "only an effect if the selected binary image type does allow to choose the "
@@ -1515,13 +1487,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:286
 msgid ""
 "defines which program is used to bootstrap the debian chroot, default is "
 "debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1531,13 +1503,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:286
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:288
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1545,39 +1517,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:290
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:292
 msgid ""
 "defines globally if any cache should be used at all. Different caches can be "
 "controled through the their own options."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:294
 msgid ""
 "defines if downloaded package indices and lists should be cached which is "
 "false by default. Enabling it would allow to rebuild an image completely "
@@ -1585,13 +1557,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:296
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1602,13 +1574,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:298
 msgid ""
 "sets which stages should be cached. By default set to bootstrap. As an "
 "exception to the normal stage names, also rootfs can be used here which does "
@@ -1618,13 +1590,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:300
 msgid ""
 "defines if the binary image should contain a file called md5sums.txt, "
 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
@@ -1636,26 +1608,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:302
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:304
 msgid ""
 "defines whetever live-build should use the tools from within the chroot to "
 "build the binary image or not by using and including the host systems tools. "
@@ -1670,13 +1642,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:306
 msgid ""
 "defines which filesystem type should be used for the root filesystem image. "
 "If you use plain, then no filesystem image is created and the root "
@@ -1687,39 +1659,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:308
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:310
 msgid ""
 "using a user specified alternative configuration file in addition to the "
 "normally used one in the config directory."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:312
 msgid ""
 "defines what value the debconf frontend should be set to inside the chroot. "
 "Note that setting it to anything by noninteractive, which is the default, "
@@ -1727,13 +1699,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:314
 msgid ""
 "defines if warnings of debconf should be displayed or not. Warnings from "
 "debconf are generally very rare and by default, we skipp them, if any, in "
@@ -1741,13 +1713,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:316
 msgid ""
 "defines what value the debconf priority shoul dbe set to inside the chroot. "
 "By default, it is set to critical, which means that almost no questions are "
@@ -1756,13 +1728,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:316
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:318
 msgid ""
 "defines which type, if any, of the debian-installer should be included in "
 "the resulting binary image. By default, no installer is included. All "
@@ -1774,13 +1746,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:320
 msgid ""
 "defines the distribution where the debian-installer files should be taken "
 "out from. Normally, this should be set to the same distribution as the live "
@@ -1789,26 +1761,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:322
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:324
 msgid ""
 "defines if the debian-installer graphical GTK interface should be true or "
 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
@@ -1816,60 +1788,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328 en/live-build.7:36
+#: en/lb_config.1:324 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:326
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:326
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:328
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:328
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:330
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:330
 #, no-wrap
 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:332
 msgid ""
 "defines the parent debian-installer distribution for derivatives of the "
 "resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:334
 msgid ""
 "prepares a report of the currently present live system configuration and the "
 "version of live-build used. This is useful to provide if you submit bug "
@@ -1878,26 +1850,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:336
 msgid ""
 "sets the filename of the fdisk binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340 en/live-build.7:38
+#: en/lb_config.1:336 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:338
 msgid ""
 "forces re-execution of already run stages. Use only if you know what you are "
 "doing. It is generally safer to use B<lb clean> to clean up before re-"
@@ -1905,26 +1877,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:340
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:342
 msgid ""
 "defines the default options that will be appended to (almost) every gzip "
 "call during the building of the image. By default, this is set to --best to "
@@ -1933,13 +1905,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:344
 msgid ""
 "defines which hooks available in /usr/share/live/build/examples/hooks should "
 "be activated. Normally, there are no hooks executed. Make sure you know and "
@@ -1947,24 +1919,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:346
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:348
 msgid ""
 "B<lb config> by default reads system defaults from /etc/live/build.conf and /"
 "etc/live/build.d when generating a new live system config directory. This is "
@@ -1973,13 +1945,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:350
 msgid ""
 "sets the path to the includes that live-build is going to use, e.g. "
 "additional minimal documentation that you want to have on all live systems. "
@@ -1988,13 +1960,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:352
 msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
@@ -2005,13 +1977,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:354
 msgid ""
 "defines if after the chroot stage and before the beginning of the binary "
 "stage, a interactive shell login should be spawned in the chroot in order to "
@@ -2025,24 +1997,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:356
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:358
 msgid ""
 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
@@ -2050,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:360
 msgid ""
 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
@@ -2065,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:362
 msgid ""
 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
@@ -2080,13 +2052,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:364
 msgid ""
 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
@@ -2095,13 +2067,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:366
 msgid ""
 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
 "filesystem. The default is 64 KiB. If you use an erase block size different "
@@ -2111,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:368
 msgid ""
 "sets the keyring package or additional keyring packages. By default this is "
 "set to debian-archive-keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:368
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:370
 msgid ""
 "sets the language of a live system by installing l10n related packages. It "
 "doesn't enable generation of the correct locales through setting the right "
@@ -2138,26 +2110,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:370
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:372
 msgid ""
 "sets the kernel flavours to be installed. Note that in case you specify more "
 "than that the first will be configured the default kernel that gets booted."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:374
 msgid ""
 "sets the internal name of the kernel packages naming scheme. If you use "
 "debian kernel packages, you will not have to adjust it. If you decide to use "
@@ -2171,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:376
 msgid ""
 "sets the filename of the losetup binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:378
 msgid ""
 "defines if memtest, memtest86+ or no memory tester at all should be included "
 "as secondary bootloader configuration. This is only available on amd64 and "
@@ -2198,13 +2170,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:380
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
@@ -2212,13 +2184,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:382
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages in order to build the live system. By default, this is set to "
@@ -2226,13 +2198,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:384
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages in order to build the live system. By default, this "
@@ -2240,13 +2212,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:386
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages in order to build the live system. By default, this is set to "
@@ -2254,13 +2226,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:388
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages in order to build the live system. By default, this points "
@@ -2268,13 +2240,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:390
 msgid ""
 "sets the location of the debian package mirror that should end up configured "
 "in the final image and which is the one a user would see and use. This has "
@@ -2284,13 +2256,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:392
 msgid ""
 "sets the location of the debian security package mirror that should end up "
 "configured in the final image. By default, 'http://cdn.debian.net/debian-"
@@ -2298,13 +2270,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:392
 #, no-wrap
 msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:394
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
 "configured in the final image. By default, the value of --parent-mirror-"
@@ -2312,13 +2284,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:394
 #, no-wrap
 msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:400
+#: en/lb_config.1:396
 msgid ""
 "sets the location of the debian backports package mirror that should end up "
 "configured in the final image. By default, 'http://backports.debian.org/"
@@ -2326,13 +2298,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:396
 #, no-wrap
 msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:402
+#: en/lb_config.1:398
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images. By default, this points to the same mirror used to build "
@@ -2340,13 +2312,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:398
 #, no-wrap
 msgid "B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:404
+#: en/lb_config.1:400
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
@@ -2354,13 +2326,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:400
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:406
+#: en/lb_config.1:402
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages of the derivative in order to build the live system. By "
@@ -2368,13 +2340,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:402
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:408
+#: en/lb_config.1:404
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages of the derivative in order to build the live system. By "
@@ -2382,13 +2354,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:404
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:410
+#: en/lb_config.1:406
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages of the derivative in order to build the live system. By "
@@ -2396,13 +2368,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:406
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:412
+#: en/lb_config.1:408
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages of the derivative in order to build the live system. By "
@@ -2410,13 +2382,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:408
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:414
+#: en/lb_config.1:410
 msgid ""
 "sets the location of the derivative package mirror that should end up "
 "configured in the final image and which is the one a user would see and use. "
@@ -2426,52 +2398,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:414
+#: en/lb_config.1:410
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:416
+#: en/lb_config.1:412
 msgid ""
 "sets the location of the derivatives security package mirror that should end "
 "up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:416
+#: en/lb_config.1:412
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:418
+#: en/lb_config.1:414
 msgid ""
 "sets the location of the derivatives volatile package mirror that should end "
 "up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:418
+#: en/lb_config.1:414
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:420
+#: en/lb_config.1:416
 msgid ""
 "sets the location of the derivatives backports package mirror that should "
 "end up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:416
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:422
+#: en/lb_config.1:418
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images of the derivative. By default, this points to the same "
@@ -2479,52 +2451,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:422
+#: en/lb_config.1:418
 #, no-wrap
 msgid "B<--mode> debian|emdebian|progress|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:424
+#: en/lb_config.1:420
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:424
+#: en/lb_config.1:420
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:426
+#: en/lb_config.1:422
 msgid ""
 "defines the filesystem that will be configured in the bootloader "
 "configuration for your netboot image. This defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:426
+#: en/lb_config.1:422
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:428
+#: en/lb_config.1:424
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:428
+#: en/lb_config.1:424
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:430
+#: en/lb_config.1:426
 msgid ""
 "sets the file path that will be configured in the bootloader configuration "
 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
@@ -2533,13 +2505,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:432
+#: en/lb_config.1:428
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2547,38 +2519,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:432
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:434
+#: en/lb_config.1:430
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:434
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:436
+#: en/lb_config.1:432
 msgid ""
 "sets additional options for mounting the copy-on-write layer in netboot "
 "images and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:436
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:438
+#: en/lb_config.1:434
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2586,28 +2558,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 msgid ""
 "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 "
@@ -2615,13 +2587,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 msgid ""
 "defines if a compressed tarball should be created. Disabling this options "
 "leads to no tarball at all, the plain binary directory is considered the "
@@ -2629,13 +2601,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 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 "
@@ -2645,52 +2617,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
-#, no-wrap
-msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:453
-msgid ""
-"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."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:453 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:449
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:449
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:457
+#: en/lb_config.1:451
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:457
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:459
+#: en/lb_config.1:453
 msgid ""
 "controls if live-build should use sudo internally to build the live image. "
 "Note that this is not well tested and that you should, when relying on sudo, "
@@ -2698,13 +2655,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:453
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:461
+#: en/lb_config.1:455
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2712,13 +2669,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:461
+#: en/lb_config.1:455
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:463
+#: en/lb_config.1:457
 msgid ""
 "defines which package archive areas of a debian packages archive should be "
 "used for configured debian package mirrors. By default, this is set to main. "
@@ -2728,26 +2685,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:457
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:465
+#: en/lb_config.1:459
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:467
+#: en/lb_config.1:461
 msgid ""
 "defines if a corresponding source image to the binary image should be build. "
 "By default this is false because most people do not require this and would "
@@ -2757,37 +2714,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:461
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:469
+#: en/lb_config.1:463
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:471
+#: en/lb_config.1:465
 msgid ""
 "defines the file of the syslinux splash graphic that should be used instead "
 "of the default one."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:471
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:473
+#: en/lb_config.1:467
 msgid ""
 "defines the timeout the syslinux bootloader should wait for input from the "
 "user at the bootprompt prior booting the default kernel. This defaults to 0 "
@@ -2795,67 +2752,51 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:473
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:475
+#: en/lb_config.1:469
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:475
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--tasksel> apt|aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:477
+#: en/lb_config.1:471
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:477
-#, no-wrap
-msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:479
-msgid ""
-"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."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:471
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:481
+#: en/lb_config.1:473
 msgid ""
 "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/."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:481
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:483
+#: en/lb_config.1:475
 msgid ""
 "defines what size the virtual-hdd image should be. Note that although the "
 "default is set to 10000 (= 10GB), it will not need 10GB space on your "
@@ -2863,39 +2804,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:483
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:485
+#: en/lb_config.1:477
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:487
+#: en/lb_config.1:479
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:487
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:489
+#: en/lb_config.1:481
 msgid ""
 "defines whether to expose the root filesystem as read only and not covered "
 "by the union filesystem. This has useful implications for certain speciality "
@@ -2903,48 +2844,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:491
+#: en/lb_config.1:483
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:493
+#: en/lb_config.1:485
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:493
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:496
+#: en/lb_config.1:488
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:497
+#: en/lb_config.1:489
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:500
+#: en/lb_config.1:492
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2958,20 +2899,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:504
+#: en/lb_config.1:496
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:505
+#: en/lb_config.1:497
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:508
+#: en/lb_config.1:500
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
 "useful to specify a few system wide defaults, like "
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index e745ee7..8665ce4 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index fa9cc09..8f463d5 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index 183b11c..4c48ebf 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 97b66a6..fa9ca4d 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index ff600d5..834d536 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index 672ab4a..48ca539 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 2ce2ea4..56a8fe5 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index f410090..f37eb51 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index f568865..031102f 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 8b38096..5d63fae 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index bc58c3a..b9e6ffa 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index 9e29b63..f8d7afb 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:05+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 41f1b51..cbf591c 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: 2011-01-02 01:12+0100\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
+"PO-Revision-Date: 2011-06-11 15:36+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,16 +374,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -455,16 +443,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -493,16 +480,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -529,16 +515,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -568,16 +553,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -604,41 +588,40 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328 en/live-build.7:36
+#: en/lb_config.1:324 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340 en/live-build.7:38
+#: en/lb_config.1:336 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:453 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1172,526 +1155,504 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:122
 #, no-wrap
-msgid "B<lb_chroot_localization>(1)"
+msgid "B<lb_chroot_local-packages>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:124
-msgid "install localization packages into chroot"
+msgid "queue install of local packages into chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:124
 #, no-wrap
-msgid "B<lb_chroot_local-packages>(1)"
+msgid "B<lb_chroot_local-patches>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:126
-msgid "queue install of local packages into chroot"
+msgid "apply local patches against chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:126
 #, no-wrap
-msgid "B<lb_chroot_local-patches>(1)"
+msgid "B<lb_chroot_local-preseed>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:128
-msgid "apply local patches against chroot"
+msgid "use debconf local preseeding file"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:128
 #, no-wrap
-msgid "B<lb_chroot_local-preseed>(1)"
+msgid "B<lb_chroot_packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:130
-msgid "use debconf local preseeding file"
+msgid "queue install of package lists into chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:130
 #, no-wrap
-msgid "B<lb_chroot_packages>(1)"
+msgid "B<lb_chroot_preseed>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:132
-msgid "queue install of packages into chroot"
+msgid "use debconf preseeding file"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:132
 #, no-wrap
-msgid "B<lb_chroot_packagelists>(1)"
+msgid "B<lb_chroot_proc>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:134
-msgid "queue install of package lists into chroot"
+msgid "mount /proc"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:134
 #, no-wrap
-msgid "B<lb_chroot_preseed>(1)"
+msgid "B<lb_chroot_resolv>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:136
-msgid "use debconf preseeding file"
+msgid "manage /etc/resolv.conf"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:136
 #, no-wrap
-msgid "B<lb_chroot_proc>(1)"
+msgid "B<lb_chroot_selinuxfs>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:138
-msgid "mount /proc"
+msgid "mount /selinux"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:138
 #, no-wrap
-msgid "B<lb_chroot_resolv>(1)"
+msgid "B<lb_chroot_sources>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:140
-msgid "manage /etc/resolv.conf"
+msgid "manage /etc/apt/sources.list"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:140
 #, no-wrap
-msgid "B<lb_chroot_selinuxfs>(1)"
+msgid "B<lb_chroot_sysfs>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:142
-msgid "mount /selinux"
+msgid "mount /sys"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:142
 #, no-wrap
-msgid "B<lb_chroot_sources>(1)"
+msgid "B<lb_chroot_sysv-rc>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:144
-msgid "manage /etc/apt/sources.list"
+msgid "manage /usr/sbin/policy-rc.d"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_sysfs>(1)"
+msgid "B<lb_chroot_local-tasklists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "mount /sys"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:146
-#, no-wrap
-msgid "B<lb_chroot_sysv-rc>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:148
-msgid "manage /usr/sbin/policy-rc.d"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:148
-#, no-wrap
-msgid "B<lb_chroot_tasks>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:150
-msgid "install tasks into chroot"
+msgid "install local task lists into chroot"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:150
+#: en/live-build.7:146
 #, no-wrap
 msgid "Binary commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:151
+#: en/live-build.7:147
 #, no-wrap
 msgid "B<lb_binary_chroot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:153
+#: en/live-build.7:149
 msgid "copy chroot into chroot"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:153
+#: en/live-build.7:149
 #, no-wrap
 msgid "B<lb_binary_debian-installer>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:155
+#: en/live-build.7:151
 msgid "install debian-installer into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:155
+#: en/live-build.7:151
 #, no-wrap
 msgid "B<lb_binary_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:157
+#: en/live-build.7:153
 msgid "install disk information into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:157
+#: en/live-build.7:153
 #, no-wrap
 msgid "B<lb_binary_grub>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:159
+#: en/live-build.7:155
 msgid "installs grub into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:159
+#: en/live-build.7:155
 #, no-wrap
 msgid "B<lb_binary_grub2>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:161
+#: en/live-build.7:157
 msgid "installs grub2 into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:161
+#: en/live-build.7:157
 #, no-wrap
 msgid "B<lb_binary_includes>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:163 en/live-build.7:171
+#: en/live-build.7:159 en/live-build.7:167
 msgid "copy files into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:159
 #, no-wrap
 msgid "B<lb_binary_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:161
 msgid "build iso binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:161
 #, no-wrap
 msgid "B<lb_binary_linux-image>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:167
+#: en/live-build.7:163
 msgid "install linux-image into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:163
 #, no-wrap
 msgid "B<lb_binary_local-hooks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:169
+#: en/live-build.7:165
 msgid "execute local hooks in binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:165
 #, no-wrap
 msgid "B<lb_binary_local-includes>(1)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:167
 #, no-wrap
 msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:169
 msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:169
 #, no-wrap
 msgid "B<lb_binary_manifest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:175
+#: en/live-build.7:171
 msgid "create manifest"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:171
 #, no-wrap
 msgid "B<lb_binary_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:177
+#: en/live-build.7:173
 msgid "create binary checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:173
 #, no-wrap
 msgid "B<lb_binary_memtest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:175
 msgid "installs a memtest into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:175
 #, no-wrap
 msgid "B<lb_binary_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:177
 msgid "build netboot binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:177
 #, no-wrap
 msgid "B<lb_binary_rootfs>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:179
 msgid "build rootfs image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:179
 #, no-wrap
 msgid "B<lb_binary_silo>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:181
 msgid "installs silo into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:181
 #, no-wrap
 msgid "B<lb_binary_syslinux>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:183
 msgid "installs syslinux into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:183
 #, no-wrap
 msgid "B<lb_binary_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:185
 msgid "build harddisk binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:185
 #, no-wrap
 msgid "B<lb_binary_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:187
 msgid "build binary usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:187
 #, no-wrap
 msgid "B<lb_binary_virtual-hdd>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:189
 msgid "build binary virtual-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:189
 #, no-wrap
 msgid "B<lb_binary_win32-loader>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:191
 msgid "installs win32-loader into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:191
 #, no-wrap
 msgid "B<lb_binary_yaboot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:193
 msgid "installs yaboot into binary"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:197
+#: en/live-build.7:193
 #, no-wrap
 msgid "Source commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:198
+#: en/live-build.7:194
 #, no-wrap
 msgid "B<lb_source_debian>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:200
+#: en/live-build.7:196
 msgid "download sources"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:200
+#: en/live-build.7:196
 #, no-wrap
 msgid "B<lb_source_debian-live>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:202
+#: en/live-build.7:198
 msgid "copy debian-live config into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:202
+#: en/live-build.7:198
 #, no-wrap
 msgid "B<lb_source_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:204
+#: en/live-build.7:200
 msgid "install disk information into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:200
 #, no-wrap
 msgid "B<lb_source_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:202
 msgid "build iso source image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:202
 #, no-wrap
 msgid "B<lb_source_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:204
 msgid "create source checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:204
 #, no-wrap
 msgid "B<lb_source_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:206
 msgid "build source net image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:206
 #, no-wrap
 msgid "B<lb_source_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:208
 msgid "build source tarball"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:208
 #, no-wrap
 msgid "B<lb_source_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:210
 msgid "build source usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:210
 #, no-wrap
 msgid "B<lb_source_virtual-hdd>(1)"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:217
+#: en/live-build.7:213
 msgid "build source virtual-hdd image"
 msgstr ""
 
 #. type: SH
-#: en/live-build.7:218
+#: en/live-build.7:214
 #, no-wrap
 msgid "CONFIG FILES"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:221
+#: en/live-build.7:217
 msgid ""
 "Many live-build commands make use of files in the I<config/> directory to "
 "control what they do. Besides the common I<config/common>, which is used by "
@@ -1703,7 +1664,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:223
+#: en/live-build.7:219
 msgid ""
 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
 "config/bootstrap_debootstrap to read the options it will use. See the man "
@@ -1714,7 +1675,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:225
+#: en/live-build.7:221
 msgid ""
 "Note that live-build will respect environment variables which are present in "
 "the context of the shell it is running. If variables can be read from config "
@@ -1725,7 +1686,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:227
+#: en/live-build.7:223
 msgid ""
 "In some rare cases, you may want to have different versions of these files "
 "for different architectures or distributions. If files named config/stage."
@@ -1738,7 +1699,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:230
+#: en/live-build.7:226
 msgid ""
 "All config files are shell scripts which are sourced by a live-build "
 "program. That means they have to follow the normal shell syntax. You can "
@@ -1746,23 +1707,23 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:232
+#: en/live-build.7:228
 #, no-wrap
 msgid "B</etc/live/build.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:233
+#: en/live-build.7:229
 #, no-wrap
 msgid "B</etc/live/build.d/>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:237
+#: en/live-build.7:233
 msgid "I<live-boot>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:239
+#: en/live-build.7:235
 msgid "I<live-config>(7)"
 msgstr ""
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index aa4ec0f..5b48b0a 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -49,9 +49,8 @@
 [type: man] en/lb_chroot_local-packages.1 $lang:$lang/lb_chroot_local-packages.$lang.1
 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1
 [type: man] en/lb_chroot_local-preseed.1 $lang:$lang/lb_chroot_local-preseed.$lang.1
-[type: man] en/lb_chroot_localization.1 $lang:$lang/lb_chroot_localization.$lang.1
+[type: man] en/lb_chroot_local-tasklists.1 $lang:$lang/lb_chroot_local-tasklists.$lang.1
 [type: man] en/lb_chroot_packagelists.1 $lang:$lang/lb_chroot_packagelists.$lang.1
-[type: man] en/lb_chroot_packages.1 $lang:$lang/lb_chroot_packages.$lang.1
 [type: man] en/lb_chroot_preseed.1 $lang:$lang/lb_chroot_preseed.$lang.1
 [type: man] en/lb_chroot_proc.1 $lang:$lang/lb_chroot_proc.$lang.1
 [type: man] en/lb_chroot_resolv.1 $lang:$lang/lb_chroot_resolv.$lang.1
@@ -59,7 +58,6 @@
 [type: man] en/lb_chroot_sources.1 $lang:$lang/lb_chroot_sources.$lang.1
 [type: man] en/lb_chroot_sysfs.1 $lang:$lang/lb_chroot_sysfs.$lang.1
 [type: man] en/lb_chroot_sysv-rc.1 $lang:$lang/lb_chroot_sysv-rc.$lang.1
-[type: man] en/lb_chroot_tasks.1 $lang:$lang/lb_chroot_tasks.$lang.1
 [type: man] en/lb_chroot_upstart.1 $lang:$lang/lb_chroot_upstart.$lang.1
 [type: man] en/lb_clean.1 $lang:$lang/lb_clean.$lang.1
 [type: man] en/lb_config.1 $lang:$lang/lb_config.$lang.1
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 3fb5382..8536593 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -211,13 +206,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -255,13 +249,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -298,12 +291,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -342,16 +334,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -385,16 +376,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -421,12 +411,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -456,16 +445,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -491,16 +479,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -527,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -565,16 +551,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -601,16 +586,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -640,16 +624,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -676,16 +659,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 1479d29..8c45bbf 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 1ec13d5..11d1231 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -701,11 +683,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 613bea8..0606540 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 3355bca..7257b85 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index a9b59d3..9579aba 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index 23ba1ce..6147ec3 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index c45bc5b..b41dea4 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index 2ac8c40..140ee93 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index df33f11..dd6bce9 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 3e709ec..fef4ba8 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 452e6e3..7f82a7c 100644
--- a/manpages/pot/lb_binary_local-hooks.1.pot
+++ b/manpages/pot/lb_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index de1314d..d3127bb 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
index 31c3597..6860ee0 100644
--- a/manpages/pot/lb_binary_local-packagelists.1.pot
+++ b/manpages/pot/lb_binary_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index 05a15b9..2220abd 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 1869eb2..4106788 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index dc82aa7..544cabf 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index b3eb323..39c0922 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index e857257..797d182 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index b1b3c82..f7c3080 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 243c678..a3e6232 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index 03dc67a..003b650 100644
--- a/manpages/pot/lb_binary_usb.1.pot
+++ b/manpages/pot/lb_binary_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index 7338b59..52292ea 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 52b3fca..fce02be 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 1354753..dfd2c83 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 488004b..25dc806 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 4277f2c..9afce10 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index f92b727..1d20bdb 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index 9f04d7d..0477c2d 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index f63fdd6..1279178 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index cbec45f..133fd60 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index e7c60ba..12e7f44 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index 9dd73ac..3071db2 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index bb6937b..4a9427c 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index e19c00a..53d61da 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index 3180466..d52a4bb 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 4af239d..f83a7d5 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index 7836487..f2007b7 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 600b06a..618b261 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 1d776c9..f487611 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 69fa564..0c10f09 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index 0b7b065..85bca62 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 6bef52d..98a2153 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index cdeaeaf..ccc3953 100644
--- a/manpages/pot/lb_chroot_local-hooks.1.pot
+++ b/manpages/pot/lb_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 7f58d98..5495af0 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
index 9e4b149..6707a1f 100644
--- a/manpages/pot/lb_chroot_local-packagelists.1.pot
+++ b/manpages/pot/lb_chroot_local-packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 6d42256..550e3d2 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: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index c509f0c..674b9d5 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 861958e..c58d8bd 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_chroot_local-tasklists.1.pot
similarity index 78%
copy from manpages/pot/lb_bootstrap_cdebootstrap.1.pot
copy to manpages/pot/lb_chroot_local-tasklists.1.pot
index f92b727..04b4b29 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_chroot_local-tasklists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
@@ -690,26 +671,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:5
-msgid "B<lb bootstrap_cdebootstrap> - Complete the bootstrap stage"
+#: en/lb_chroot_local-tasklists.1:5
+msgid "B<lb chroot_local-tasklists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:8
-msgid "B<lb bootstrap_cdebootstrap> [I<live-build options>]"
+#: en/lb_chroot_local-tasklists.1:8
+msgid "B<lb chroot_local-tasklists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:11
+#: en/lb_chroot_local-tasklists.1:11
 msgid ""
-"B<lb bootstrap_cdebootstrap> is a low-level command (plumbing) of I<live-"
+"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_bootstrap_cdebootstrap.1:16
+#: en/lb_chroot_local-tasklists.1:16
 msgid ""
-"B<lb bootstrap_cdebootstrap> has no specific options but understands all "
+"B<lb chroot_local-tasklists> has no specific options but understands all "
 "generic live-build options. See I<live-build>(7) for a complete list of all "
 "generic live-build options."
 msgstr ""
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
deleted file mode 100644
index 33026fb..0000000
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ /dev/null
@@ -1,715 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:5
-msgid "B<lb chroot_localization> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:8
-msgid "B<lb chroot_localization> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:11
-msgid ""
-"B<lb chroot_localization> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_localization.1:16
-msgid ""
-"B<lb chroot_localization> has no specific options but understands all "
-"generic live-build options. See I<live-build>(7) for a complete list of all "
-"generic live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index 8e02dfe..c87bae9 100644
--- a/manpages/pot/lb_chroot_packagelists.1.pot
+++ b/manpages/pot/lb_chroot_packagelists.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
deleted file mode 100644
index 3d6b77d..0000000
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ /dev/null
@@ -1,715 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:5
-msgid "B<lb chroot_packages> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:8
-msgid "B<lb chroot_packages> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:11
-msgid ""
-"B<lb chroot_packages> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packages.1:16
-msgid ""
-"B<lb chroot_packages> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 238df86..84c4ae0 100644
--- a/manpages/pot/lb_chroot_preseed.1.pot
+++ b/manpages/pot/lb_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index 8056d68..ac4c226 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 1c65fd2..6a10030 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index 3094995..84f897a 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index 41c5f5b..f33f043 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: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index 0cd3784..cfc5df4 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 11a3494..a305216 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
deleted file mode 100644
index 7d16e18..0000000
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ /dev/null
@@ -1,715 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2011-06-11"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a19"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_grub.1:3 en/lb_binary_grub2.1:3
-#: en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 en/lb_binary_linux-image.1:3
-#: en/lb_binary_local-hooks.1:3 en/lb_binary_local-includes.1:3
-#: en/lb_binary_local-packagelists.1:3 en/lb_binary_manifest.1:3
-#: en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 en/lb_binary_rootfs.1:3
-#: en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 en/lb_binary_tar.1:3
-#: en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3
-#: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3
-#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
-#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
-#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_grub.1:6 en/lb_binary_grub2.1:6
-#: en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 en/lb_binary_linux-image.1:6
-#: en/lb_binary_local-hooks.1:6 en/lb_binary_local-includes.1:6
-#: en/lb_binary_local-packagelists.1:6 en/lb_binary_manifest.1:6
-#: en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 en/lb_binary_rootfs.1:6
-#: en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 en/lb_binary_tar.1:6
-#: en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6
-#: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6
-#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
-#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
-#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_grub.1:9 en/lb_binary_grub2.1:9
-#: en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 en/lb_binary_linux-image.1:9
-#: en/lb_binary_local-hooks.1:9 en/lb_binary_local-includes.1:9
-#: en/lb_binary_local-packagelists.1:9 en/lb_binary_manifest.1:9
-#: en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 en/lb_binary_rootfs.1:9
-#: en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 en/lb_binary_tar.1:9
-#: en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9
-#: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9
-#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
-#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
-#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_grub.1:14 en/lb_binary_grub2.1:14
-#: en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14
-#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14
-#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14
-#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
-#: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
-#: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:231
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:235
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23
-#: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23
-#: en/lb_source_virtual-hdd.1:23 en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_grub.1:25 en/lb_binary_grub2.1:25
-#: en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25
-#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25
-#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25
-#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
-#: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
-#: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:241
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:242
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:244
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:245
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:247
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:248
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:249
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_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
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:5
-msgid "B<lb chroot_tasks> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:8
-msgid "B<lb chroot_tasks> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:11
-msgid ""
-"B<lb chroot_tasks> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_tasks.1:16
-msgid ""
-"B<lb chroot_tasks> has no specific options but understands all generic live-"
-"build options. See I<live-build>(7) for a complete list of all generic live-"
-"build options."
-msgstr ""
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index 900658a..61d6352 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 0f0c27a..16723d5 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 0ef2bd0..680aee9 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -1143,117 +1125,107 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--packages> I<PACKAGE>|I<\"PACKAGES\">]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:203
 msgid "  [B<--quiet>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
 msgid "  [-r|B<--repositories >I<REPOSITORY>|I<\"REPOSITORIES\">]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
 msgid "  [B<--root-command> sudo]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
 msgid "  [B<--use-fakeroot> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
 msgid "  [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
 msgid "  [B<--security> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
 msgid "  [B<--source> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
 msgid "  [-s|B<--source-images> iso|net|tar|usb-hdd]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
 msgid "  [B<--syslinux-splash> I<FILE>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
 msgid "  [B<--syslinux-timeout> I<SECONDS>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:223
+#: en/lb_config.1:221
 msgid "  [B<--syslinux-menu> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
 msgid "  [B<--tasksel> apt|aptitude|tasksel]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:227
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:225
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:227
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:229
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:231
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:233
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:235
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:241
+#: en/lb_config.1:237
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:240
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:247
+#: en/lb_config.1:243
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1261,7 +1233,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:246
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1270,7 +1242,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:253
+#: en/lb_config.1:249
 msgid ""
 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
 "options depending on the setting of other options (e.g. which linux packages "
@@ -1286,7 +1258,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:252
 msgid ""
 "In addition to its specific options B<lb config> understands all generic "
 "live-build options. See I<live-build>(7) for a complete list of all generic "
@@ -1295,26 +1267,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:254
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:256
 msgid ""
 "defines if apt-get or aptitude is used to install packages when building the "
 "image. The default is apt."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:258
 msgid ""
 "sets the ftp proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable ftp_proxy set, apt-ftp-proxy gets "
@@ -1322,13 +1294,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:260
 msgid ""
 "sets the http proxy to be used by apt. By default, this is empty but if the "
 "host has the environment variable http_proxy set, apt-http-proxy gets "
@@ -1336,26 +1308,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:262
 msgid ""
 "defines if the resulting images should have apt indices or not and defaults "
 "to true. If set to none, no indices are included at all."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:264
 msgid ""
 "defines the default options that will be appended to every apt call that is "
 "made inside chroot during the building of the image. By default, this is set "
@@ -1363,13 +1335,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:266
 msgid ""
 "defines the default options that will be appended to every aptitude call "
 "that is made inside chroot during building of the image. By default, this is "
@@ -1377,13 +1349,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:268
 msgid ""
 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
@@ -1395,38 +1367,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:270
 msgid ""
 "defines if apt should install recommended packages automatically. By "
 "default, this is true except in emdebian mode."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:272
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:272
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:274
 msgid ""
 "defines the architecture of the to be build image. By default, this is set "
 "to the host architecture. Note that you cannot crossbuild for another "
@@ -1437,13 +1409,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:274
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:276
 msgid ""
 "defines the image type to build. By default, for images using syslinux this "
 "is set to iso-hybrid to build CD/DVD images that may also be used like usb-"
@@ -1451,13 +1423,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:278
 msgid ""
 "defines the filesystem to be used in the image type. This only has an effect "
 "if the selected binary image type does allow to choose a filesystem. For "
@@ -1470,24 +1442,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:280
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:282
 msgid ""
 "sets boot parameters specific to debian-live. A complete list of boot "
 "parameters can be found, for etch, in the manpage of casper, for all other "
@@ -1496,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:284
 msgid ""
 "defines which bootloader is beeing used in the generated image. This has "
 "only an effect if the selected binary image type does allow to choose the "
@@ -1515,13 +1487,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:286
 msgid ""
 "defines which program is used to bootstrap the debian chroot, default is "
 "debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1531,13 +1503,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:286
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:288
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1545,39 +1517,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:290
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:292
 msgid ""
 "defines globally if any cache should be used at all. Different caches can be "
 "controled through the their own options."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:294
 msgid ""
 "defines if downloaded package indices and lists should be cached which is "
 "false by default. Enabling it would allow to rebuild an image completely "
@@ -1585,13 +1557,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:296
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1602,13 +1574,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:298
 msgid ""
 "sets which stages should be cached. By default set to bootstrap. As an "
 "exception to the normal stage names, also rootfs can be used here which does "
@@ -1618,13 +1590,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:300
 msgid ""
 "defines if the binary image should contain a file called md5sums.txt, "
 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
@@ -1636,26 +1608,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:302
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:304
 msgid ""
 "defines whetever live-build should use the tools from within the chroot to "
 "build the binary image or not by using and including the host systems tools. "
@@ -1670,13 +1642,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:306
 msgid ""
 "defines which filesystem type should be used for the root filesystem image. "
 "If you use plain, then no filesystem image is created and the root "
@@ -1687,39 +1659,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:308
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:310
 msgid ""
 "using a user specified alternative configuration file in addition to the "
 "normally used one in the config directory."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:312
 msgid ""
 "defines what value the debconf frontend should be set to inside the chroot. "
 "Note that setting it to anything by noninteractive, which is the default, "
@@ -1727,13 +1699,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:314
 msgid ""
 "defines if warnings of debconf should be displayed or not. Warnings from "
 "debconf are generally very rare and by default, we skipp them, if any, in "
@@ -1741,13 +1713,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:316
 msgid ""
 "defines what value the debconf priority shoul dbe set to inside the chroot. "
 "By default, it is set to critical, which means that almost no questions are "
@@ -1756,13 +1728,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:316
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:318
 msgid ""
 "defines which type, if any, of the debian-installer should be included in "
 "the resulting binary image. By default, no installer is included. All "
@@ -1774,13 +1746,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:320
 msgid ""
 "defines the distribution where the debian-installer files should be taken "
 "out from. Normally, this should be set to the same distribution as the live "
@@ -1789,26 +1761,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:322
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:324
 msgid ""
 "defines if the debian-installer graphical GTK interface should be true or "
 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
@@ -1816,60 +1788,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328 en/live-build.7:36
+#: en/lb_config.1:324 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:326
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:326
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:328
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:328
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:330
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:330
 #, no-wrap
 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:332
 msgid ""
 "defines the parent debian-installer distribution for derivatives of the "
 "resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:334
 msgid ""
 "prepares a report of the currently present live system configuration and the "
 "version of live-build used. This is useful to provide if you submit bug "
@@ -1878,26 +1850,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:336
 msgid ""
 "sets the filename of the fdisk binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340 en/live-build.7:38
+#: en/lb_config.1:336 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:338
 msgid ""
 "forces re-execution of already run stages. Use only if you know what you are "
 "doing. It is generally safer to use B<lb clean> to clean up before re-"
@@ -1905,26 +1877,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:340
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:342
 msgid ""
 "defines the default options that will be appended to (almost) every gzip "
 "call during the building of the image. By default, this is set to --best to "
@@ -1933,13 +1905,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:344
 msgid ""
 "defines which hooks available in /usr/share/live/build/examples/hooks should "
 "be activated. Normally, there are no hooks executed. Make sure you know and "
@@ -1947,24 +1919,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:346
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:348
 msgid ""
 "B<lb config> by default reads system defaults from /etc/live/build.conf and /"
 "etc/live/build.d when generating a new live system config directory. This is "
@@ -1973,13 +1945,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:350
 msgid ""
 "sets the path to the includes that live-build is going to use, e.g. "
 "additional minimal documentation that you want to have on all live systems. "
@@ -1988,13 +1960,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:352
 msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
@@ -2005,13 +1977,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:354
 msgid ""
 "defines if after the chroot stage and before the beginning of the binary "
 "stage, a interactive shell login should be spawned in the chroot in order to "
@@ -2025,24 +1997,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:356
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:358
 msgid ""
 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
@@ -2050,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:360
 msgid ""
 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
@@ -2065,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:362
 msgid ""
 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
@@ -2080,13 +2052,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:364
 msgid ""
 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
@@ -2095,13 +2067,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:366
 msgid ""
 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
 "filesystem. The default is 64 KiB. If you use an erase block size different "
@@ -2111,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:368
 msgid ""
 "sets the keyring package or additional keyring packages. By default this is "
 "set to debian-archive-keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:368
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:370
 msgid ""
 "sets the language of a live system by installing l10n related packages. It "
 "doesn't enable generation of the correct locales through setting the right "
@@ -2138,26 +2110,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:370
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:372
 msgid ""
 "sets the kernel flavours to be installed. Note that in case you specify more "
 "than that the first will be configured the default kernel that gets booted."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:374
 msgid ""
 "sets the internal name of the kernel packages naming scheme. If you use "
 "debian kernel packages, you will not have to adjust it. If you decide to use "
@@ -2171,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:376
 msgid ""
 "sets the filename of the losetup binary from the host system that should be "
 "used. This is autodetected and does generally not need any customization."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:378
 msgid ""
 "defines if memtest, memtest86+ or no memory tester at all should be included "
 "as secondary bootloader configuration. This is only available on amd64 and "
@@ -2198,13 +2170,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:380
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
@@ -2212,13 +2184,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:382
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages in order to build the live system. By default, this is set to "
@@ -2226,13 +2198,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:384
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages in order to build the live system. By default, this "
@@ -2240,13 +2212,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:386
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages in order to build the live system. By default, this is set to "
@@ -2254,13 +2226,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:388
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages in order to build the live system. By default, this points "
@@ -2268,13 +2240,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:390
 msgid ""
 "sets the location of the debian package mirror that should end up configured "
 "in the final image and which is the one a user would see and use. This has "
@@ -2284,13 +2256,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:392
 msgid ""
 "sets the location of the debian security package mirror that should end up "
 "configured in the final image. By default, 'http://cdn.debian.net/debian-"
@@ -2298,13 +2270,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:392
 #, no-wrap
 msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:394
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
 "configured in the final image. By default, the value of --parent-mirror-"
@@ -2312,13 +2284,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:394
 #, no-wrap
 msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:400
+#: en/lb_config.1:396
 msgid ""
 "sets the location of the debian backports package mirror that should end up "
 "configured in the final image. By default, 'http://backports.debian.org/"
@@ -2326,13 +2298,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:396
 #, no-wrap
 msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:402
+#: en/lb_config.1:398
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images. By default, this points to the same mirror used to build "
@@ -2340,13 +2312,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:398
 #, no-wrap
 msgid "B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:404
+#: en/lb_config.1:400
 msgid ""
 "sets the location of the debian package mirror that should be used to "
 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
@@ -2354,13 +2326,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:400
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:406
+#: en/lb_config.1:402
 msgid ""
 "sets the location of the debian package mirror that will be used to fetch "
 "the packages of the derivative in order to build the live system. By "
@@ -2368,13 +2340,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:402
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:408
+#: en/lb_config.1:404
 msgid ""
 "sets the location of the debian security package mirror that will be used to "
 "fetch the packages of the derivative in order to build the live system. By "
@@ -2382,13 +2354,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:404
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:410
+#: en/lb_config.1:406
 msgid ""
 "sets the location of the debian volatile package mirror that will be used to "
 "fetch packages of the derivative in order to build the live system. By "
@@ -2396,13 +2368,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:406
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:412
+#: en/lb_config.1:408
 msgid ""
 "sets the location of the debian backports package mirror that will be used "
 "to fetch packages of the derivative in order to build the live system. By "
@@ -2410,13 +2382,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:408
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:414
+#: en/lb_config.1:410
 msgid ""
 "sets the location of the derivative package mirror that should end up "
 "configured in the final image and which is the one a user would see and use. "
@@ -2426,52 +2398,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:414
+#: en/lb_config.1:410
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:416
+#: en/lb_config.1:412
 msgid ""
 "sets the location of the derivatives security package mirror that should end "
 "up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:416
+#: en/lb_config.1:412
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:418
+#: en/lb_config.1:414
 msgid ""
 "sets the location of the derivatives volatile package mirror that should end "
 "up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:418
+#: en/lb_config.1:414
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:420
+#: en/lb_config.1:416
 msgid ""
 "sets the location of the derivatives backports package mirror that should "
 "end up configured in the final image."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:416
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:422
+#: en/lb_config.1:418
 msgid ""
 "sets the location of the mirror that will be used to fetch the debian "
 "installer images of the derivative. By default, this points to the same "
@@ -2479,52 +2451,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:422
+#: en/lb_config.1:418
 #, no-wrap
 msgid "B<--mode> debian|emdebian|progress|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:424
+#: en/lb_config.1:420
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:424
+#: en/lb_config.1:420
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:426
+#: en/lb_config.1:422
 msgid ""
 "defines the filesystem that will be configured in the bootloader "
 "configuration for your netboot image. This defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:426
+#: en/lb_config.1:422
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:428
+#: en/lb_config.1:424
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:428
+#: en/lb_config.1:424
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:430
+#: en/lb_config.1:426
 msgid ""
 "sets the file path that will be configured in the bootloader configuration "
 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
@@ -2533,13 +2505,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:432
+#: en/lb_config.1:428
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2547,38 +2519,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:432
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:434
+#: en/lb_config.1:430
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:434
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:436
+#: en/lb_config.1:432
 msgid ""
 "sets additional options for mounting the copy-on-write layer in netboot "
 "images and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:436
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:438
+#: en/lb_config.1:434
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2586,28 +2558,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 msgid ""
 "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 "
@@ -2615,13 +2587,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 msgid ""
 "defines if a compressed tarball should be created. Disabling this options "
 "leads to no tarball at all, the plain binary directory is considered the "
@@ -2629,13 +2601,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 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 "
@@ -2645,52 +2617,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
-#, no-wrap
-msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:453
-msgid ""
-"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."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:453 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:449
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:449
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:457
+#: en/lb_config.1:451
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:457
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:459
+#: en/lb_config.1:453
 msgid ""
 "controls if live-build should use sudo internally to build the live image. "
 "Note that this is not well tested and that you should, when relying on sudo, "
@@ -2698,13 +2655,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:453
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:461
+#: en/lb_config.1:455
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2712,13 +2669,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:461
+#: en/lb_config.1:455
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:463
+#: en/lb_config.1:457
 msgid ""
 "defines which package archive areas of a debian packages archive should be "
 "used for configured debian package mirrors. By default, this is set to main. "
@@ -2728,26 +2685,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:457
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:465
+#: en/lb_config.1:459
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:467
+#: en/lb_config.1:461
 msgid ""
 "defines if a corresponding source image to the binary image should be build. "
 "By default this is false because most people do not require this and would "
@@ -2757,37 +2714,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:461
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:469
+#: en/lb_config.1:463
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:471
+#: en/lb_config.1:465
 msgid ""
 "defines the file of the syslinux splash graphic that should be used instead "
 "of the default one."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:471
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:473
+#: en/lb_config.1:467
 msgid ""
 "defines the timeout the syslinux bootloader should wait for input from the "
 "user at the bootprompt prior booting the default kernel. This defaults to 0 "
@@ -2795,67 +2752,51 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:473
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:475
+#: en/lb_config.1:469
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:475
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--tasksel> apt|aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:477
+#: en/lb_config.1:471
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:477
-#, no-wrap
-msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:479
-msgid ""
-"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."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:471
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:481
+#: en/lb_config.1:473
 msgid ""
 "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/."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:481
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:483
+#: en/lb_config.1:475
 msgid ""
 "defines what size the virtual-hdd image should be. Note that although the "
 "default is set to 10000 (= 10GB), it will not need 10GB space on your "
@@ -2863,39 +2804,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:483
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:485
+#: en/lb_config.1:477
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:487
+#: en/lb_config.1:479
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:487
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:489
+#: en/lb_config.1:481
 msgid ""
 "defines whether to expose the root filesystem as read only and not covered "
 "by the union filesystem. This has useful implications for certain speciality "
@@ -2903,48 +2844,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:491
+#: en/lb_config.1:483
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:493
+#: en/lb_config.1:485
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:493
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:496
+#: en/lb_config.1:488
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:497
+#: en/lb_config.1:489
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:500
+#: en/lb_config.1:492
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2958,20 +2899,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:504
+#: en/lb_config.1:496
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:505
+#: en/lb_config.1:497
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:508
+#: en/lb_config.1:500
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
 "useful to specify a few system wide defaults, like "
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 103c1fa..728c881 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 7f4530b..32ec64d 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 152bf83..673274d 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 69f2b15..05b8ea5 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index cdffbe8..89b21e5 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index a969da2..0d91478 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index ca49fbb..80c711b 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index 59c7004..e72ff23 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index fa78707..3605196 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 68c2ccc..296739d 100644
--- a/manpages/pot/lb_source_usb.1.pot
+++ b/manpages/pot/lb_source_usb.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index c17a35b..b5e85b1 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,12 +374,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -454,16 +442,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -490,16 +477,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -528,16 +514,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -564,16 +549,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -603,16 +587,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -639,16 +622,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -676,11 +658,10 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_localization.1:19 en/lb_chroot_packagelists.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19
-#: en/lb_chroot_resolv.1:19 en/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_tasks.1:19 en/lb_chroot_upstart.1:19
+#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19
+#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
+#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
+#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19
 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19
 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19
 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index df847ad..d7985ed 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -355,16 +346,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -391,12 +381,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_localization.1:23 en/lb_chroot_packagelists.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23
-#: en/lb_chroot_resolv.1:23 en/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_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45
-#: en/lb_config.1:511 en/lb_local.1:22 en/lb_source.1:22
+#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23
+#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
+#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23
+#: en/lb_clean.1:45 en/lb_config.1:503 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
@@ -426,16 +415,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -461,16 +449,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -497,16 +484,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -535,16 +521,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -571,16 +556,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,16 +594,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -646,16 +629,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index d500547..7c02c42 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 11:02+0300\n"
+"POT-Creation-Date: 2011-06-11 17:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,13 +36,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -70,13 +69,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -104,18 +102,17 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "3.0~a19"
+msgid "3.0~a20"
 msgstr ""
 
 #. type: TH
@@ -138,13 +135,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_localization.1:1
-#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -172,13 +168,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3
 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3
 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3
-#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_localization.1:3
-#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3
-#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3
+#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3
+#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3
+#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -206,13 +201,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6
 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6
 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6
-#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_localization.1:6
-#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6
-#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6
+#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6
+#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6
+#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -240,13 +234,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9
 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9
 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9
-#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_localization.1:9
-#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9
-#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:245 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9
+#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9
+#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9
+#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 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
@@ -276,12 +269,11 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14
 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14
 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14
-#: en/lb_chroot_localization.1:14 en/lb_chroot_packagelists.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14
-#: en/lb_chroot_resolv.1:14 en/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_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16
-#: en/lb_config.1:254 en/lb_local.1:14 en/lb_source.1:14
+#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14
+#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
+#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14
+#: en/lb_clean.1:16 en/lb_config.1:250 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
@@ -312,16 +304,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_localization.1:17 en/lb_chroot_packagelists.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17
-#: en/lb_chroot_resolv.1:17 en/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_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38
-#: en/lb_config.1:502 en/lb_local.1:17 en/lb_source.1:17
+#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17
+#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
+#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17
+#: en/lb_clean.1:38 en/lb_config.1:494 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:231
+#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,16 +339,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_localization.1:21 en/lb_chroot_packagelists.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21
-#: en/lb_chroot_resolv.1:21 en/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_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43
-#: en/lb_config.1:509 en/lb_local.1:20 en/lb_source.1:20
+#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21
+#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
+#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21
+#: en/lb_clean.1:43 en/lb_config.1:501 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:235
+#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -384,16 +374,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25
 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25
 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25
-#: en/lb_chroot_localization.1:25 en/lb_chroot_packagelists.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25
-#: en/lb_chroot_resolv.1:25 en/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_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47
-#: en/lb_config.1:513 en/lb_local.1:24 en/lb_source.1:24
+#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25
+#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
+#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25
+#: en/lb_clean.1:47 en/lb_config.1:505 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:241
+#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -419,16 +408,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_localization.1:26 en/lb_chroot_packagelists.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26
-#: en/lb_chroot_resolv.1:26 en/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_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48
-#: en/lb_config.1:514 en/lb_local.1:25 en/lb_source.1:25
+#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26
+#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
+#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26
+#: en/lb_clean.1:48 en/lb_config.1:506 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:242
+#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -455,16 +443,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_localization.1:28 en/lb_chroot_packagelists.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28
-#: en/lb_chroot_resolv.1:28 en/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_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50
-#: en/lb_config.1:516 en/lb_local.1:27 en/lb_source.1:27
+#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28
+#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
+#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28
+#: en/lb_clean.1:50 en/lb_config.1:508 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:244
+#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
 msgid ""
 "More information about live-build and the Debian Live project can be found "
 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
@@ -493,16 +480,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_localization.1:29 en/lb_chroot_packagelists.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29
-#: en/lb_chroot_resolv.1:29 en/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_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51
-#: en/lb_config.1:517 en/lb_local.1:28 en/lb_source.1:28
+#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29
+#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
+#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29
+#: en/lb_clean.1:51 en/lb_config.1:509 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:245
+#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -529,16 +515,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_localization.1:31 en/lb_chroot_packagelists.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31
-#: en/lb_chroot_resolv.1:31 en/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_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53
-#: en/lb_config.1:519 en/lb_local.1:30 en/lb_source.1:30
+#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31
+#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
+#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31
+#: en/lb_clean.1:53 en/lb_config.1:511 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:247
+#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -568,16 +553,15 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_localization.1:32 en/lb_chroot_packagelists.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32
-#: en/lb_chroot_resolv.1:32 en/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_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54
-#: en/lb_config.1:520 en/lb_local.1:31 en/lb_source.1:31
+#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32
+#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
+#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32
+#: en/lb_clean.1:54 en/lb_config.1:512 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:248
+#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -604,41 +588,40 @@ msgstr ""
 #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_localization.1:33 en/lb_chroot_packagelists.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33
-#: en/lb_chroot_resolv.1:33 en/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_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55
-#: en/lb_config.1:521 en/lb_local.1:32 en/lb_source.1:32
+#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33
+#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
+#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33
+#: en/lb_clean.1:55 en/lb_config.1:513 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:249
+#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328 en/live-build.7:36
+#: en/lb_config.1:324 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340 en/live-build.7:38
+#: en/lb_config.1:336 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:453 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1172,526 +1155,504 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:122
 #, no-wrap
-msgid "B<lb_chroot_localization>(1)"
+msgid "B<lb_chroot_local-packages>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:124
-msgid "install localization packages into chroot"
+msgid "queue install of local packages into chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:124
 #, no-wrap
-msgid "B<lb_chroot_local-packages>(1)"
+msgid "B<lb_chroot_local-patches>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:126
-msgid "queue install of local packages into chroot"
+msgid "apply local patches against chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:126
 #, no-wrap
-msgid "B<lb_chroot_local-patches>(1)"
+msgid "B<lb_chroot_local-preseed>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:128
-msgid "apply local patches against chroot"
+msgid "use debconf local preseeding file"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:128
 #, no-wrap
-msgid "B<lb_chroot_local-preseed>(1)"
+msgid "B<lb_chroot_packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:130
-msgid "use debconf local preseeding file"
+msgid "queue install of package lists into chroot"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:130
 #, no-wrap
-msgid "B<lb_chroot_packages>(1)"
+msgid "B<lb_chroot_preseed>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:132
-msgid "queue install of packages into chroot"
+msgid "use debconf preseeding file"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:132
 #, no-wrap
-msgid "B<lb_chroot_packagelists>(1)"
+msgid "B<lb_chroot_proc>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:134
-msgid "queue install of package lists into chroot"
+msgid "mount /proc"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:134
 #, no-wrap
-msgid "B<lb_chroot_preseed>(1)"
+msgid "B<lb_chroot_resolv>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:136
-msgid "use debconf preseeding file"
+msgid "manage /etc/resolv.conf"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:136
 #, no-wrap
-msgid "B<lb_chroot_proc>(1)"
+msgid "B<lb_chroot_selinuxfs>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:138
-msgid "mount /proc"
+msgid "mount /selinux"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:138
 #, no-wrap
-msgid "B<lb_chroot_resolv>(1)"
+msgid "B<lb_chroot_sources>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:140
-msgid "manage /etc/resolv.conf"
+msgid "manage /etc/apt/sources.list"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:140
 #, no-wrap
-msgid "B<lb_chroot_selinuxfs>(1)"
+msgid "B<lb_chroot_sysfs>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:142
-msgid "mount /selinux"
+msgid "mount /sys"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:142
 #, no-wrap
-msgid "B<lb_chroot_sources>(1)"
+msgid "B<lb_chroot_sysv-rc>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:144
-msgid "manage /etc/apt/sources.list"
+msgid "manage /usr/sbin/policy-rc.d"
 msgstr ""
 
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_sysfs>(1)"
+msgid "B<lb_chroot_local-tasklists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "mount /sys"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:146
-#, no-wrap
-msgid "B<lb_chroot_sysv-rc>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:148
-msgid "manage /usr/sbin/policy-rc.d"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:148
-#, no-wrap
-msgid "B<lb_chroot_tasks>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:150
-msgid "install tasks into chroot"
+msgid "install local task lists into chroot"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:150
+#: en/live-build.7:146
 #, no-wrap
 msgid "Binary commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:151
+#: en/live-build.7:147
 #, no-wrap
 msgid "B<lb_binary_chroot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:153
+#: en/live-build.7:149
 msgid "copy chroot into chroot"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:153
+#: en/live-build.7:149
 #, no-wrap
 msgid "B<lb_binary_debian-installer>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:155
+#: en/live-build.7:151
 msgid "install debian-installer into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:155
+#: en/live-build.7:151
 #, no-wrap
 msgid "B<lb_binary_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:157
+#: en/live-build.7:153
 msgid "install disk information into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:157
+#: en/live-build.7:153
 #, no-wrap
 msgid "B<lb_binary_grub>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:159
+#: en/live-build.7:155
 msgid "installs grub into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:159
+#: en/live-build.7:155
 #, no-wrap
 msgid "B<lb_binary_grub2>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:161
+#: en/live-build.7:157
 msgid "installs grub2 into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:161
+#: en/live-build.7:157
 #, no-wrap
 msgid "B<lb_binary_includes>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:163 en/live-build.7:171
+#: en/live-build.7:159 en/live-build.7:167
 msgid "copy files into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:159
 #, no-wrap
 msgid "B<lb_binary_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:161
 msgid "build iso binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:161
 #, no-wrap
 msgid "B<lb_binary_linux-image>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:167
+#: en/live-build.7:163
 msgid "install linux-image into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:163
 #, no-wrap
 msgid "B<lb_binary_local-hooks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:169
+#: en/live-build.7:165
 msgid "execute local hooks in binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:165
 #, no-wrap
 msgid "B<lb_binary_local-includes>(1)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:167
 #, no-wrap
 msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:169
 msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:169
 #, no-wrap
 msgid "B<lb_binary_manifest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:175
+#: en/live-build.7:171
 msgid "create manifest"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:171
 #, no-wrap
 msgid "B<lb_binary_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:177
+#: en/live-build.7:173
 msgid "create binary checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:173
 #, no-wrap
 msgid "B<lb_binary_memtest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:175
 msgid "installs a memtest into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:175
 #, no-wrap
 msgid "B<lb_binary_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:177
 msgid "build netboot binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:177
 #, no-wrap
 msgid "B<lb_binary_rootfs>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:179
 msgid "build rootfs image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:179
 #, no-wrap
 msgid "B<lb_binary_silo>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:181
 msgid "installs silo into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:181
 #, no-wrap
 msgid "B<lb_binary_syslinux>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:183
 msgid "installs syslinux into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:183
 #, no-wrap
 msgid "B<lb_binary_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:185
 msgid "build harddisk binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:185
 #, no-wrap
 msgid "B<lb_binary_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:187
 msgid "build binary usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:187
 #, no-wrap
 msgid "B<lb_binary_virtual-hdd>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:189
 msgid "build binary virtual-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:189
 #, no-wrap
 msgid "B<lb_binary_win32-loader>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:191
 msgid "installs win32-loader into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:191
 #, no-wrap
 msgid "B<lb_binary_yaboot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:193
 msgid "installs yaboot into binary"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:197
+#: en/live-build.7:193
 #, no-wrap
 msgid "Source commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:198
+#: en/live-build.7:194
 #, no-wrap
 msgid "B<lb_source_debian>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:200
+#: en/live-build.7:196
 msgid "download sources"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:200
+#: en/live-build.7:196
 #, no-wrap
 msgid "B<lb_source_debian-live>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:202
+#: en/live-build.7:198
 msgid "copy debian-live config into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:202
+#: en/live-build.7:198
 #, no-wrap
 msgid "B<lb_source_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:204
+#: en/live-build.7:200
 msgid "install disk information into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:200
 #, no-wrap
 msgid "B<lb_source_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:202
 msgid "build iso source image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:202
 #, no-wrap
 msgid "B<lb_source_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:204
 msgid "create source checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:204
 #, no-wrap
 msgid "B<lb_source_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:206
 msgid "build source net image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:206
 #, no-wrap
 msgid "B<lb_source_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:208
 msgid "build source tarball"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:208
 #, no-wrap
 msgid "B<lb_source_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:210
 msgid "build source usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:210
 #, no-wrap
 msgid "B<lb_source_virtual-hdd>(1)"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:217
+#: en/live-build.7:213
 msgid "build source virtual-hdd image"
 msgstr ""
 
 #. type: SH
-#: en/live-build.7:218
+#: en/live-build.7:214
 #, no-wrap
 msgid "CONFIG FILES"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:221
+#: en/live-build.7:217
 msgid ""
 "Many live-build commands make use of files in the I<config/> directory to "
 "control what they do. Besides the common I<config/common>, which is used by "
@@ -1703,7 +1664,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:223
+#: en/live-build.7:219
 msgid ""
 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
 "config/bootstrap_debootstrap to read the options it will use. See the man "
@@ -1714,7 +1675,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:225
+#: en/live-build.7:221
 msgid ""
 "Note that live-build will respect environment variables which are present in "
 "the context of the shell it is running. If variables can be read from config "
@@ -1725,7 +1686,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:227
+#: en/live-build.7:223
 msgid ""
 "In some rare cases, you may want to have different versions of these files "
 "for different architectures or distributions. If files named config/stage."
@@ -1738,7 +1699,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:230
+#: en/live-build.7:226
 msgid ""
 "All config files are shell scripts which are sourced by a live-build "
 "program. That means they have to follow the normal shell syntax. You can "
@@ -1746,23 +1707,23 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:232
+#: en/live-build.7:228
 #, no-wrap
 msgid "B</etc/live/build.conf>"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:233
+#: en/live-build.7:229
 #, no-wrap
 msgid "B</etc/live/build.d/>"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:237
+#: en/live-build.7:233
 msgid "I<live-boot>(7)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:239
+#: en/live-build.7:235
 msgid "I<live-config>(7)"
 msgstr ""
diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest
index 0ae9051..e80d780 100755
--- a/scripts/build/lb_binary_manifest
+++ b/scripts/build/lb_binary_manifest
@@ -61,10 +61,9 @@ case "${LB_INITRAMFS}" in
 esac
 
 # Add filesystem.packages
-Chroot chroot "dpkg-query -W" > binary/"${INITFS}"/filesystem.${SUFFIX}
-
-# Copy manifest as build output.
-cp binary/"${INITFS}"/filesystem.${SUFFIX} binary.${SUFFIX}
+cp binary.packages.live "binary/${INITFS}/filesystem.${SUFFIX}"
+echo "$(diff binary.packages.live binary.packages.install | awk '/^< / { print $2 }')" \
+	> "binary/${INITFS}/filesystem.${SUFFIX}-remove"
 
 # Creating stage file
 Create_stagefile .stage/binary_manifest
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 8e57535..eb4781d 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -55,13 +55,18 @@ lb chroot_sources install ${*}
 lb chroot_linux-image ${*}
 lb chroot_preseed ${*}
 lb chroot_local-preseed ${*}
-lb chroot_packagelists ${*}
-lb chroot_local-packagelists ${*}
-lb chroot_packages ${*}
-lb chroot_local-packages ${*}
-lb chroot_install-packages ${*}
-lb chroot_tasks ${*}
-lb chroot_localization ${*}
+
+for _PASS in install live
+do
+	lb chroot_packagelists ${_PASS} ${*}
+	lb chroot_local-packagelists ${_PASS} ${*}
+	lb chroot_local-packages ${_PASS} ${*}
+	lb chroot_install-packages ${_PASS} ${*}
+	lb chroot_local-tasklists ${_PASS} ${*}
+
+	Chroot chroot "dpkg-query -W" > binary.packages.${_PASS}
+done
+
 lb chroot_local-includes ${*}
 lb chroot_local-patches ${*}
 lb chroot_local-hooks ${*}
diff --git a/scripts/build/lb_chroot_dpkg b/scripts/build/lb_chroot_dpkg
index 64c8085..25795a3 100755
--- a/scripts/build/lb_chroot_dpkg
+++ b/scripts/build/lb_chroot_dpkg
@@ -53,6 +53,12 @@ EOF
 
 		chmod 755 chroot/sbin/start-stop-daemon
 
+		# Disable dpkg syncing
+
+cat > chroot/etc/dpkg/dpkg.cfg.d/live-build << EOF
+force-unsafe-io
+EOF
+
 		# Manual hacks for special packages
 
 		# samhain
@@ -95,6 +101,9 @@ EOF
 			mv chroot/sbin/start-stop-daemon.orig chroot/sbin/start-stop-daemon
 		fi
 
+		# Remove dpkg sync configuration
+		rm -f chroot/etc/dpkg/dpkg.cfg.d/live-build
+
 		# Removing stage file
 		rm -f .stage/chroot_dpkg
 		;;
diff --git a/scripts/build/lb_chroot_install-packages b/scripts/build/lb_chroot_install-packages
index a0e2684..cd3c178 100755
--- a/scripts/build/lb_chroot_install-packages
+++ b/scripts/build/lb_chroot_install-packages
@@ -17,6 +17,10 @@ set -e
 DESCRIPTION="$(Echo 'install queued packages into chroot')"
 HELP=""
 USAGE="${PROGRAM} [--force]"
+USAGE="${PROGRAM} {install|live} [--force]"
+
+_PASS="${1}"
+shift
 
 Arguments "${@}"
 
@@ -24,13 +28,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin installing packages..."
+Echo_message "Begin installing packages (${_PASS} pass)..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_install-packages
+Check_stagefile .stage/chroot_install-packages.${PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -63,4 +67,4 @@ then
 fi
 
 # Creating stage file
-Create_stagefile .stage/chroot_install-packages
+Create_stagefile .stage/chroot_install-packages.${_PASS}
diff --git a/scripts/build/lb_chroot_local-packagelists b/scripts/build/lb_chroot_local-packagelists
index 2f1da90..20566e9 100755
--- a/scripts/build/lb_chroot_local-packagelists
+++ b/scripts/build/lb_chroot_local-packagelists
@@ -16,7 +16,10 @@ set -e
 # Setting static variables
 DESCRIPTION="$(Echo 'queue install of local package lists into chroot')"
 HELP=""
-USAGE="${PROGRAM} [--force]"
+USAGE="${PROGRAM} {install|live} [--force]"
+
+_PASS="${1}"
+shift
 
 Arguments "${@}"
 
@@ -24,13 +27,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 package lists..."
+Echo_message "Begin queueing installation of local package lists (${_PASS} pass)..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_local-packagelists
+Check_stagefile .stage/chroot_local-packagelists.${PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,15 +41,19 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls config/chroot_local-packagelists/*.list > /dev/null 2>&1
+if ls config/chroot_local-packagelists/*.list > /dev/null 2>&1 || \
+   ls config/chroot_local-packagelists/*.list.${_PASS} > /dev/null 2>&1
 then
-	for LIST in config/chroot_local-packagelists/*.list
+	for LIST in config/chroot_local-packagelists/*.list config/chroot_local-packagelists/*.list.${_PASS}
 	do
-		# Generating local package list
-		Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packagelists" \
-			>> chroot/root/chroot_packages
+		if [ -e "${LIST}" ]
+		then
+			# Generating local package list
+			Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packagelists" \
+				>> chroot/root/chroot_packages
+		fi
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_local-packagelists
+	Create_stagefile .stage/chroot_local-packagelists.${_PASS}
 fi
diff --git a/scripts/build/lb_chroot_tasks b/scripts/build/lb_chroot_local-tasklists
similarity index 68%
rename from scripts/build/lb_chroot_tasks
rename to scripts/build/lb_chroot_local-tasklists
index 96d02d2..2eef355 100755
--- a/scripts/build/lb_chroot_tasks
+++ b/scripts/build/lb_chroot_local-tasklists
@@ -14,9 +14,12 @@ set -e
 . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
 
 # Setting static variables
-DESCRIPTION="$(Echo 'install tasks into chroot')"
+DESCRIPTION="$(Echo 'install local task lists into chroot')"
 HELP=""
-USAGE="${PROGRAM} [--force]"
+USAGE="${PROGRAM} {install|live} [--force]"
+
+_PASS="${1}"
+shift
 
 Arguments "${@}"
 
@@ -24,13 +27,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin installing tasks..."
+Echo_message "Begin installation of local task lists (${_PASS} pass)..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_tasks
+Check_stagefile .stage/chroot_local-tasklists.${_PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,8 +41,19 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if [ -n "${LB_TASKS}" ] && [ "${LB_TASKS}" != "none" ]
+if ls config/chroot_local-tasklists/*.list > /dev/null 2>&1 || \
+   ls config/chroot_local-tasklists/*.list.${_PASS} > /dev/null 2>&1
 then
+	for LIST in config/chroot_local-tasklists/*.list config/chroot_local-tasklists/*.list.${_PASS}
+	do
+		if [ -e "${LIST}" ]
+		then
+			# Generating local task list
+			Expand_packagelist "$(basename ${LIST})" "config/chroot_local-tasklists" \
+				>> chroot/root/chroot_tasks
+		fi
+	done
+
 	# Restoring cache
 	Restore_cache cache/packages_chroot
 
@@ -69,12 +83,12 @@ then
 
 			case "${LB_MODE}" in
 				ubuntu)
-					TASKS="${LB_TASKS}"
+					TASKS="$(cat chroot/root/chroot_tasks)"
 					;;
 
 				*)
 					# Avoid standard tasks which appears to not exist
-					TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||')"
+					TASKS="$(cat chroot/root/chroot_tasks | sed -e 's|standard||')"
 					;;
 			esac
 
@@ -87,11 +101,11 @@ then
 			;;
 
 		aptitude)
-			Chroot chroot "aptitude ${APTITUDE_OPTIONS} install ${LB_TASKS}"
+			Chroot chroot "aptitude ${APTITUDE_OPTIONS} install $(cat chroot/root/chroot_tasks)"
 			;;
 
 		tasksel)
-			for TASK in ${LB_TASKS}
+			for TASK in $(cat chroot/root/chroot_tasks)
 			do
 				case "${TASK}" in
 					gnome*)
@@ -123,9 +137,12 @@ then
 	# Removing depends
 	Remove_package
 
+	# Removing task list
+	rm -f chroot/root/chroot_tasks
+
 	# Saving cache
 	Save_cache cache/packages_chroot
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_tasks
+	Create_stagefile .stage/chroot_local-tasklists.${_PASS}
 fi
diff --git a/scripts/build/lb_chroot_localization b/scripts/build/lb_chroot_localization
deleted file mode 100755
index d4951b1..0000000
--- a/scripts/build/lb_chroot_localization
+++ /dev/null
@@ -1,650 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
-##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-set -e
-
-# Including common functions
-. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
-
-# Setting static variables
-DESCRIPTION="$(Echo 'install localization packages into chroot')"
-HELP=""
-USAGE="${PROGRAM} [--force]"
-
-Arguments "${@}"
-
-# Reading configuration files
-Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
-Set_defaults
-
-Echo_message "Begin installing localization packages..."
-
-# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap
-
-# Checking stage file
-Check_stagefile .stage/chroot_localization
-
-# Checking lock file
-Check_lockfile .lock
-
-# Creating lock file
-Create_lockfile .lock
-
-# Setting localizations
-if [ -n "${LB_LANGUAGE}" ]
-then
-	case "${LB_LANGUAGE}" in
-		af)
-			# Afrikaans
-			LOCALIZATIONS="iceweasel kde openoffice"
-			;;
-
-		as-in)
-			# Assamese
-			LOCALIZATIONS="openoffice"
-			;;
-
-		ar)
-			# Arabic
-			LOCALIZATIONS="iceweasel kde openoffice"
-			;;
-
-		az)
-			# Azerbaijani
-			LOCALIZATIONS="kde"
-			;;
-
-		be)
-			# Belarusian
-			LOCALIZATIONS="iceape iceweasel openoffice"
-
-			# Overrides
-			OPENOFFICE="be-by"
-			;;
-
-		bg)
-			# Bulgarian
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-			;;
-
-		bn)
-			# Bengali
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		br)
-			# Breton
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		bs)
-			# Bosnian
-			LOCALIZATION="kde openoffice"
-			;;
-
-		ca)
-			# Catalan
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		cs)
-			# Czech
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		cy-gb)
-			# Welsh
-			LOCALIZATIONS="iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="cy"
-			KOFFICE="cy"
-			OPENOFFICE="cy"
-			;;
-
-		da)
-			# Danish
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		de)
-			# German
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		dz-bt)
-			# Dzongkha
-			LOCALIZATIONS="iceweasel openoffice"
-
-			# Overrides
-			OPENOFFICE="dz"
-			;;
-
-		el)
-			# Greek
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		en-gb)
-			# English (Great Britain)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="engb"
-			KOFFICE="engb"
-			;;
-
-		en-za)
-			# English (South Africa)
-			LOCALIZATIONS="openoffice"
-			;;
-
-		eo)
-			# Esperanto
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		es-ar)
-			# Spanish (Argentina)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="es"
-			KOFFICE="es"
-			OPENOFFICE="es"
-			;;
-
-		es-es)
-			# Spanish (Spain)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="es"
-			KOFFICE="es"
-			OPENOFFICE="es"
-			;;
-
-		et-ee)
-			# Estonian
-			LOCALIZATIONS="iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="et"
-			KOFFICE="et"
-			OPENOFFICE="et"
-			;;
-
-		eu)
-			# Basque
-			LOCALIZATIONS="icedove iceweasel kde koffice"
-			;;
-
-		fa-ir)
-			# Persian
-			LOCALIZATIONS="iceweasel kde openoffice"
-
-			# Overrides
-			KDE="fa"
-			OPENOFFICE="fa"
-			;;
-
-		fi)
-			# Finnish
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		fr)
-			# French
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		fur-it)
-			# Furlan
-			LOCALIZATIONS="iceweasel"
-			;;
-
-		fy-nl)
-			# Frisian
-			LOCALIZATIONS="iceweasel kde"
-
-			# Overrides
-			KDE="fy"
-			;;
-
-		ga-ie)
-			# Irish (Ireland)
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-
-			# Overrides
-			ICEDOVE="ga"
-			KDE="ga"
-			OPENOFFICE="ga"
-			;;
-
-		gl)
-			# Galician
-			LOCALIZATIONS="kde"
-			;;
-
-		gu-in)
-			# Gujarati (India)
-			LOCALIZATIONS="icedove iceweasel openoffice"
-
-			# Overrides
-			ICEDOVE="gu"
-			;;
-
-		he)
-			# Hebrew
-			LOCALIZATIONS="iceape icedove iceweasel kde openoffice"
-			;;
-
-		hi)
-			# Hindi
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		hr)
-			# Croatian
-			LOCALIZATIONS="kde koffice openoffice"
-			;;
-
-		hu)
-			# Hungarian
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-			;;
-
-		in)
-			# Indic
-			LOCALIZATIONS="openoffice"
-			;;
-
-		is)
-			# Icelandic
-			LOCALIZATIONS="kde"
-			;;
-
-		it)
-			# Italian
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		ja)
-			# Japanese
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		ka)
-			# Georgian
-			LOCALIZATIONS="iceweasel openoffice"
-			;;
-
-		km)
-			# Khmer
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		ko)
-			# Korean
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-			;;
-
-		ku)
-			# Kurdish
-			LOCALIZATIONS="iceweasel openoffice"
-			;;
-
-		lo)
-			# Lao
-			LOCALIZATIONS="openoffice"
-			;;
-
-		lt)
-			# Lithuanian
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-			;;
-
-		lv)
-			# Latvian
-			LOCALIZATIONS="kde koffice openoffice"
-			;;
-
-		mk)
-			# Macedonian
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-			;;
-
-		ml-in)
-			# Malayalam
-			LOCALIZATIONS="openoffice"
-			;;
-
-		mn)
-			# Mongolian
-			LOCALIZATIONS="iceweasel kde"
-			;;
-
-		ms)
-			# Malay
-			LOCALIZATIONS="kde koffice"
-			;;
-
-		nb-no)
-			# Bokmaal (Norway)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			ICEDOVE="nb"
-			KDE="nb"
-			KOFFICE="nb"
-			OPENOFFICE="nb"
-			;;
-
-		nds)
-			# Low Saxon
-			LOCALIZATIONS="kde"
-			;;
-
-		ne)
-			# Nepalese
-			LOCALIZATIONS="openoffice"
-			;;
-
-		nl)
-			# Dutch
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		nn-no)
-			# Nynorsk (Norway)
-			LOCALIZATIONS="iceweasel kde openoffice"
-
-			# Overrides
-			KDE="nn"
-			OPENOFFICE="nn"
-			;;
-
-		nr)
-			# Ndebele
-			LOCALIZATIONS="openoffice"
-			;;
-
-		ns)
-			# Northernsotho
-			LOCALIZATIONS="openoffice"
-			;;
-
-		or-in)
-			# Oriya
-			LOCALIZATIONS="openoffice"
-			;;
-
-		pa-in)
-			# Punjabi (India)
-			LOCALIZATIONS="icedove iceweasel kde openoffice"
-
-			# Overrides
-			ICEDOVE="pa"
-			KDE="pa"
-			;;
-
-		pl)
-			# Polish
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		pt-br)
-			# Portugese (Brazil)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="ptbr"
-			KOFFICE="ptbr"
-			;;
-
-		pt-pt)
-			# Portugese (Portugal)
-			LOCALIZATIONS="iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="pt"
-			KOFFICE="pt"
-			OPENOFFICE="pt"
-			;;
-
-		ro)
-			# Romanian
-			LOCALIZATIONS="iceweasel kde"
-			;;
-
-		roa-es-val)
-			# Valencian (Spain)
-			LOCALIZATIONS="iceweasel"
-			;;
-
-		ru)
-			# Russian
-			LOCALIZATIONS="iceape icedove iceweasel kde koffice openoffice"
-			;;
-
-		rw)
-			# Kinarwanda
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		se)
-			# Northern Sami
-			LOCALIZATIONS="kde"
-			;;
-
-		sk)
-			# Slovak
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		sl)
-			# Slovenian
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-			;;
-
-		sr-cs)
-			# Serbian
-			LOCALIZATIONS="kde koffice openoffice"
-
-			# Overrides
-			KDE="sr"
-			KOFFICE="sr"
-			;;
-
-		sr-latin)
-			# Latin Serbian
-			LOCALIZATIONS="kde koffice"
-
-			# Overrides
-			KDE="srlatin"
-			KOFFICE="srlatin"
-			;;
-
-		ss)
-			# Swazi
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		st)
-			# Southern_sotho
-			LOCALIZATIONS="openoffice"
-			;;
-
-		sv-se)
-			# Swedish
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			ICEDOVE="sv"
-			KDE="sv"
-			KOFFICE="sv"
-			OPENOFFICE="sv"
-			;;
-
-		ta-in)
-			# Tamil
-			LOCALIZATIONS="kde openoffice"
-
-			# Overrides
-			KDE="ta"
-			;;
-
-		te-in)
-			# Telugu
-			LOCALIZATIONS="openoffice"
-			;;
-
-		tg)
-			# Tajik
-			LOCALIZATIONS="kde openoffice"
-			;;
-
-		th)
-			# Thai
-			LOCALIZATIONS="openoffice"
-			;;
-
-		tn)
-			# Tswana
-			LOCALIZATIONS="openoffice"
-			;;
-
-		tr)
-			# Turkish
-			LOCALIZATIONS="icedove iceweasel kde kofffice openoffice"
-			;;
-
-		ts)
-			# Tsonga
-			LOCALIZATIONS="openoffice"
-			;;
-
-		uk-ua)
-			# Ukrainian
-			LOCALIZATIONS="icedove iceweasel kde kofffice openoffice"
-
-			# Overrides
-			ICEDOVE="uk"
-			KDE="uk"
-			KDE="uk"
-			OPENOFFICE="uk"
-			;;
-
-		uz)
-			# Uzbek
-			LOCALIZATIONS="kde"
-			;;
-
-		ve)
-			# Venda
-			LOCALIZATIONS="openoffice"
-			;;
-
-		vi)
-			# Vietnamese
-			LOCALIZATIONS="openoffice"
-			;;
-
-		xh)
-			# Xhosa
-			LOCALIZATIONS="openoffice"
-			;;
-
-		za)
-			# South African
-			LOCALIZATIONS="openoffice"
-			;;
-
-		zh-cn)
-			# Chinese (China)
-			LOCALIZATIONS="icedove iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="zhcn"
-			KOFFICE="zhcn"
-			;;
-
-		zh-tw)
-			# Chinese (Taiwan)
-			LOCALIZATIONS="iceweasel kde koffice openoffice"
-
-			# Overrides
-			KDE="zhtw"
-			KOFFICE="zhtw"
-			;;
-
-		zu)
-			# Zulu
-			LOCALIZATIONS="openoffice"
-			;;
-	esac
-
-	# Setting languages
-	ICEAPE="${ICEAPE:-$LB_LANGUAGE}"
-	ICEDOVE="${ICEDOVE:-$LB_LANGUAGE}"
-	ICEWEASEL="${ICEWEASEL:-$LB_LANGUAGE}"
-	KDE="${KDE:-$LB_LANGUAGE}"
-	KOFFICE="${KOFFICE:-$LB_LANGUAGE}"
-	OPENOFFICE="${OPENOFFICE:-$LB_LANGUAGE}"
-
-	# Setting packages
-	for LOCALIZATION in ${LOCALIZATIONS}
-	do
-		case "${LOCALIZATION}" in
-			iceape)
-				Check_installed chroot/usr/bin/iceape iceape; [ $INSTALL_STATUS -eq 0 ] && Check_package "" iceweasel-l10n-"${ICEAPE}"
-				;;
-
-			icedove)
-				Check_installed chroot/usr/bin/icedove icedove
-				if [ $INSTALL_STATUS -eq 0 ]
-				then
-					Check_package "" icedove-l10n-"${ICEDOVE}"
-				fi
-				;;
-
-			iceweasel)
-				Check_installed chroot/usr/bin/iceweasel iceweasel; [ $INSTALL_STATUS -eq 0 ] && Check_package "" iceweasel-l10n-"${ICEWEASEL}"
-				;;
-
-			kde)
-				Check_installed chroot/usr/bin/kstart kdebase-bin; [ $INSTALL_STATUS -eq 0 ] && Check_package "" kde-i18n-"${KDE}"
-				;;
-
-			koffice)
-				Check_installed chroot/usr/bin/koconverter koffice; [ $INSTALL_STATUS -eq 0 ] && Check_package "" koffice-i18n-"${KOFFICE}"
-				;;
-
-			openoffice)
-				Check_installed chroot/usr/bin/ooffice openoffice.org-common; [ $INSTALL_STATUS -eq 0 ] && Check_package "" openoffice.org-l10n-"${OPENOFFICE}"
-				;;
-		esac
-	done
-
-	Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n
-
-	# Restoring cache
-	Restore_cache cache/packages_chroot
-
-	# Installing packages
-	Install_package
-
-	# Saving cache
-	Save_cache cache/packages_chroot
-
-	# Creating stage file
-	Create_stagefile .stage/chroot_localization
-fi
diff --git a/scripts/build/lb_chroot_packagelists b/scripts/build/lb_chroot_packagelists
index d3b178b..4525465 100755
--- a/scripts/build/lb_chroot_packagelists
+++ b/scripts/build/lb_chroot_packagelists
@@ -16,7 +16,10 @@ set -e
 # Setting static variables
 DESCRIPTION="$(Echo 'queue install of package lists into chroot')"
 HELP=""
-USAGE="${PROGRAM} [--force]"
+USAGE="${PROGRAM} {install|live} [--force]"
+
+_PASS="${1}"
+shift
 
 Arguments "${@}"
 
@@ -24,13 +27,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin queueing installation of package lists..."
+Echo_message "Begin queueing installation of package lists (${_PASS} pass)..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_packagelists
+Check_stagefile .stage/chroot_packagelists.${_PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -40,7 +43,6 @@ Create_lockfile .lock
 
 if [ -n "${LB_PACKAGE_LISTS}" ] && [ "${LB_PACKAGE_LISTS}" != "none" ]
 then
-
 	for LIST in ${LB_PACKAGE_LISTS}
 	do
 		# Generating package list
@@ -48,5 +50,5 @@ then
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_packagelists
+	Create_stagefile .stage/chroot_packagelists.${_PASS}
 fi
diff --git a/scripts/build/lb_chroot_packages b/scripts/build/lb_chroot_packages
deleted file mode 100755
index 174a9aa..0000000
--- a/scripts/build/lb_chroot_packages
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2011 Daniel Baumann <daniel at debian.org>
-##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-set -e
-
-# Including common functions
-. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
-
-# Setting static variables
-DESCRIPTION="$(Echo 'queue install of packages into chroot')"
-HELP=""
-USAGE="${PROGRAM} [--force]"
-
-Arguments "${@}"
-
-# Reading configuration files
-Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
-Set_defaults
-
-Echo_message "Begin queueing installation of packages..."
-
-# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap
-
-# Checking stage file
-Check_stagefile .stage/chroot_packages
-
-# Checking lock file
-Check_lockfile .lock
-
-# Creating lock file
-Create_lockfile .lock
-
-if [ -n "${LB_PACKAGES}" ] && [ "${LB_PACKAGES}" != "none" ]
-then
-	echo ${LB_PACKAGES} >> chroot/root/chroot_packages
-
-	# Creating stage file
-	Create_stagefile .stage/chroot_packages
-fi
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean
index d690a3a..bbf3e47 100755
--- a/scripts/build/lb_clean
+++ b/scripts/build/lb_clean
@@ -95,7 +95,7 @@ do
 			rm -f binary*.img
 			rm -f binary*.tar.gz
 			rm -f binary.sh
-			rm -f binary.list binary.packages md5sum.txt
+			rm -f binary.list binary.packages binary.packages.install binary.packages.live md5sum.txt
 
 			rm -rf binary
 			rm -rf tftpboot
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index ecab5a0..1ca34f8 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -87,7 +87,6 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--iso-volume NAME]\n\
 \t    [--jffs2-eraseblock SIZE]\n\
 \t    [--keyring-packages PACKAGE|\"PACKAGES\"]\n\
-\t    [-l|--language LANGUAGE]\n\
 \t    [-k|--linux-flavours FLAVOUR|\"FLAVOURS\"]\n\
 \t    [--linux-packages \"PACKAGES\"]\n\
 \t    [--losetup losetup|losetup.orig]\n\
@@ -123,7 +122,6 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--net-cow-server IP|HOSTNAME]\n\
 \t    [--net-tarball true|false]\n\
 \t    [-p|--package-lists LIST|\"LISTS\"]\n\
-\t    [--packages PACKAGE|\"PACKAGES\"]\n\
 \t    [--quiet]\n\
 \t    [-r|--repositories REPOSITORY|\"REPOSITORIES\"]\n\
 \t    [--root-command sudo]\n\
@@ -157,8 +155,8 @@ Local_arguments ()
 		mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
 		mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,
 		archive-areas:,parent-archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
-		gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:,
-		packages:,package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:,
+		gzip-options:,hooks:,interactive:,keyring-packages:,linux-flavours:,linux-packages:,
+		package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:,
 		apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:,
 		debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:,
 		grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
@@ -195,7 +193,7 @@ Local_arguments ()
 				Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 
 				# Dump contents of directories that contain text files
-				for DIRECTORY in config/binary_local-packagelists config/chroot_local-packagelists config/chroot_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_local-tasklists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs
 				do
 					if Find_files "${DIRECTORY}"
 					then
@@ -541,11 +539,6 @@ Local_arguments ()
 				shift 2
 				;;
 
-			-l|--language)
-				LB_LANGUAGE="${2}"
-				shift 2
-				;;
-
 			-k|--linux-flavours)
 				LB_LINUX_FLAVOURS="${2}"
 				shift 2
@@ -556,11 +549,6 @@ Local_arguments ()
 				shift 2
 				;;
 
-			--packages)
-				LB_PACKAGES="${2}"
-				shift 2
-				;;
-
 			-p|--package-lists)
 				LB_PACKAGE_LISTS="${2}"
 				shift 2
@@ -1141,6 +1129,7 @@ mkdir -p config/chroot_local-patches
 mkdir -p config/chroot_local-packages
 mkdir -p config/chroot_local-packagelists
 mkdir -p config/chroot_local-preseed
+mkdir -p config/chroot_local-tasklists
 mkdir -p config/chroot_sources
 
 cat > config/chroot << EOF
@@ -1174,10 +1163,6 @@ LB_INTERACTIVE="${LB_INTERACTIVE}"
 # (Default: empty)
 LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES}"
 
-# \$LB_LANGUAGE: set language to use
-# (Default: empty)
-LB_LANGUAGE="${LB_LANGUAGE}"
-
 # \$LB_LINUX_FLAVOURS: set kernel flavour to use
 # (Default: autodetected)
 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS}"
@@ -1190,10 +1175,6 @@ LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES}"
 # (Default: empty)
 LB_REPOSITORIES="${LB_REPOSITORIES}"
 
-# \$LB_PACKAGES: set packages to install
-# (Default: empty)
-LB_PACKAGES="${LB_PACKAGES}"
-
 # \$LB_PACKAGE_LISTS: set package list to install
 # (Default: ${LB_PACKAGE_LISTS})
 LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}"

-- 
live-build



More information about the debian-live-changes mailing list