[SCM] live-build branch, debian-next, updated. debian/3.0_a19-1-9-g1021223

Daniel Baumann daniel at debian.org
Sat Jun 11 13:37:08 UTC 2011


The following commit has been merged in the debian-next branch:
commit 10212232fb5256f0c2b81e3dc6099a2a788a7db4
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 11 15:25:33 2011 +0200

    Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks are (almost) handled identical and through local lists only.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5b0f57d..9e34e6a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -738,55 +738,6 @@ Set_defaults ()
 	# Setting package list
 	LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
 
-	# 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"
-					;;
-
-				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"
-					;;
-
-				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"
-					;;
-
-				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"
-					;;
-			esac
-		done
-
-		LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|  ||g')"
-		LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|  ||g')"
-	fi
-
 	# Setting security updates option
 	case "${LB_DISTRIBUTION}" in
 		wheezy|sid|baureo)
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_chroot_local-tasklists.de.1
similarity index 81%
copy from manpages/de/lb_binary_local-includes.de.1
copy to manpages/de/lb_chroot_local-tasklists.de.1
index 9ea023d..038cffa 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-tasklists.de.1
@@ -6,19 +6,19 @@
 .TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "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_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_config.de.1 b/manpages/de/lb_config.de.1
index 31ff197..8cb3c87 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -226,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]
@@ -739,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/live-build.de.7 b/manpages/de/live-build.de.7
index 721d437..4cf50ad 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -164,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_binary_disk.1 b/manpages/en/lb_chroot_local-tasklists.1
similarity index 64%
copy from manpages/en/lb_binary_disk.1
copy to manpages/en/lb_chroot_local-tasklists.1
index 79c25d7..760d3e6 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"
 
 .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_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_config.1 b/manpages/en/lb_config.1
index 75596cc..9e5a8b7 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -221,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]
@@ -470,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/live-build.7 b/manpages/en/live-build.7
index ae8ff1a..ec12c94 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -141,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 b060588..87451ad 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -249,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -291,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -334,11 +334,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -376,11 +376,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -411,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -445,11 +445,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -479,11 +479,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -514,11 +514,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -551,11 +551,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -586,11 +586,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -624,11 +624,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -659,11 +659,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 183a3a5..e7f9ba0 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 20ddd9d..52ffad9 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -683,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 8466bef..138061b 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 0c9ed9d..c136dc6 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 b23e5d4..b81ef21 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7e1811b..a514211 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a449115..8f9a805 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a667d11..14ef036 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 e29e197..cbd08d9 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 66b7ef6..228b590 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 5f7be77..fb36236 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 362152b..8f81b8f 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 95952b0..0480151 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 717750b..a16eb4d 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 eef5288..a27a894 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4d1f980..a6a7c54 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 bdef29b..56b4dc5 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 19993cf..2c1a387 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 5acf6a7..2bb31a7 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a582964..dcfc3c3 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7424f2a..b78cec9 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 221308c..fc79da2 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 798be3a..6fab5e2 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 8762068..5c39fa6 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 74640a1..503dd35 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 6c6fc21..acd4f61 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 583d5db..d874e5b 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 89b7414..9c62d18 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 d702a0a..7a79736 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 05fca78..75320dc 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index af1293f..955da70 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 7f1d074..62fff00 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ae790f3..4aa2870 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ada3988..f2ed186 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 83c7a19..c187e89 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 018fa92..f8d64c1 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ef588d0..4e6310e 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 01a4edc..3e05c7c 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 0fd751e..3e678cf 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 f762d85..e1a291a 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 12a1356..bf0993f 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7d4e8c1..283ed31 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 9fa4b4b..fa8ccbc 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 db63c78..f52e1ba 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 79eda46..1b55aea 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 8cb223f..63f8b4a 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3a34acd..4fcd0d1 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a26ebc8..9748bb9 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 80%
copy from manpages/po/de/lb_bootstrap_cdebootstrap.1.po
copy to manpages/po/de/lb_chroot_local-tasklists.1.po
index 583d5db..adb7084 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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
@@ -671,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_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index 95651e8..563d4b8 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 52dd642..45da79f 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 f75299d..eaef87b 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4520221..7fe0aec 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3193069..5949430 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ddab9c2..82db583 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 6fe03a6..2b63c01 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 322c2d9..cbe3cdc 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 5b4627e..0000000
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ /dev/null
@@ -1,696 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2011.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
-#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
-#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
-#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
-#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
-#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
-#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1
-#: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1
-#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
-#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1: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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 05000cc..c57c065 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3a77c12..3c5bb31 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 258e017..10e01ae 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -1185,52 +1185,47 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:225
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:227
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:227
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:233
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:235
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:237
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:245
+#: 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."
@@ -1238,7 +1233,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:248
+#: 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 "
@@ -1247,7 +1242,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:251
+#: 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 "
@@ -1263,7 +1258,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: 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 "
@@ -1272,26 +1267,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: 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:258
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: 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 "
@@ -1299,13 +1294,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: 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 "
@@ -1313,26 +1308,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: 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:264
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: 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 "
@@ -1340,13 +1335,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: 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 "
@@ -1354,13 +1349,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: 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 "
@@ -1372,38 +1367,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: 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:272
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: 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:274
+#: en/lb_config.1:272
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: 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 "
@@ -1414,13 +1409,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: 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:278
+#: 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-"
@@ -1428,13 +1423,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: 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 "
@@ -1447,24 +1442,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: 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 "
@@ -1473,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: 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 "
@@ -1492,13 +1487,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: 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 "
@@ -1508,13 +1503,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: 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 "
@@ -1522,39 +1517,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: 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:292
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: 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:294
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: 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 "
@@ -1562,13 +1557,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: 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, "
@@ -1579,13 +1574,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: 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:300
+#: 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 "
@@ -1595,13 +1590,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: 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 "
@@ -1613,26 +1608,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: 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:304
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: 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. "
@@ -1647,13 +1642,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: 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 "
@@ -1664,39 +1659,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: 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:312
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: 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, "
@@ -1704,13 +1699,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: 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 "
@@ -1718,13 +1713,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: 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 "
@@ -1733,13 +1728,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: 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:320
+#: 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 "
@@ -1751,13 +1746,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: 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 "
@@ -1766,26 +1761,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: 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:324
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: 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, "
@@ -1793,60 +1788,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326 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:328
+#: en/lb_config.1:326
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 #, no-wrap
 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: 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:334
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: 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 "
@@ -1855,26 +1850,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: 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:338 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:340
+#: 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-"
@@ -1882,26 +1877,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: 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:342
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: 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 "
@@ -1910,13 +1905,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: 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 "
@@ -1924,24 +1919,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: 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 "
@@ -1950,13 +1945,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: 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. "
@@ -1965,13 +1960,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: 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 "
@@ -1982,13 +1977,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: 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 "
@@ -2002,24 +1997,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: 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 "
@@ -2027,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: 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."
@@ -2042,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: 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-"
@@ -2057,13 +2052,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: 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 "
@@ -2072,13 +2067,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: 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 "
@@ -2088,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: 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:370
+#: en/lb_config.1:368
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: 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 "
@@ -2115,26 +2110,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: 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:374
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: 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 "
@@ -2148,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: 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:378
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: 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 "
@@ -2175,13 +2170,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: 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 "
@@ -2189,13 +2184,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: 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 "
@@ -2203,13 +2198,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: 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 "
@@ -2217,13 +2212,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: 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 "
@@ -2231,13 +2226,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: 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 "
@@ -2245,13 +2240,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: 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 "
@@ -2261,13 +2256,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: 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-"
@@ -2275,13 +2270,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:392
 #, no-wrap
 msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: 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-"
@@ -2289,13 +2284,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:394
 #, no-wrap
 msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:398
+#: 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/"
@@ -2303,13 +2298,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:396
 #, no-wrap
 msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:400
+#: 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 "
@@ -2317,13 +2312,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:398
 #, no-wrap
 msgid "B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:402
+#: 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/"
@@ -2331,13 +2326,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:400
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:404
+#: 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 "
@@ -2345,13 +2340,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:402
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:406
+#: 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 "
@@ -2359,13 +2354,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:404
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:408
+#: 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 "
@@ -2373,13 +2368,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:406
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:410
+#: 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 "
@@ -2387,13 +2382,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:408
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:412
+#: 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. "
@@ -2403,52 +2398,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:410
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:414
+#: 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:414
+#: en/lb_config.1:412
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:416
+#: 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:416
+#: en/lb_config.1:414
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:418
+#: 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:418
+#: en/lb_config.1:416
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:420
+#: 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 "
@@ -2456,52 +2451,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:418
 #, no-wrap
 msgid "B<--mode> debian|emdebian|progress|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:422
+#: 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:422
+#: en/lb_config.1:420
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:424
+#: 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:424
+#: en/lb_config.1:422
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:426
+#: 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:426
+#: en/lb_config.1:424
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:428
+#: 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 "
@@ -2510,13 +2505,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:428
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:430
+#: 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 "
@@ -2524,38 +2519,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:432
+#: 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:432
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:434
+#: 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:434
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:436
+#: 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 "
@@ -2563,28 +2558,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:437
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:439
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:441
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: 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 "
@@ -2592,13 +2587,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: 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 "
@@ -2606,13 +2601,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:445
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: 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 "
@@ -2622,37 +2617,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 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:451
+#: en/lb_config.1:449
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:449
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:453
+#: 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:453
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:455
+#: 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, "
@@ -2660,13 +2655,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:453
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:457
+#: 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 "
@@ -2674,13 +2669,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:457
+#: 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:459
+#: 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. "
@@ -2690,26 +2685,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:457
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:461
+#: 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:461
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:463
+#: 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 "
@@ -2719,37 +2714,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: 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:465
+#: en/lb_config.1:463
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:467
+#: 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:467
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:469
+#: 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 "
@@ -2757,67 +2752,51 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:471
+#: 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:471
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--tasksel> apt|aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:473
+#: 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:473
-#, no-wrap
-msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:475
-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:475
+#: en/lb_config.1:471
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:477
+#: 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:477
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:479
+#: 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 "
@@ -2825,39 +2804,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:481
+#: 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:481
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:483
+#: 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:483
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:485
+#: 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 "
@@ -2865,48 +2844,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:487
+#: 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:487 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:489
+#: en/lb_config.1:485
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:492
+#: 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:493
+#: en/lb_config.1:489
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:496
+#: 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 "
@@ -2920,20 +2899,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:500
+#: en/lb_config.1:496
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:501
+#: 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:504
+#: 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 35333dd..f48b47e 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index c326322..d572add 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index 9b1fce3..16a1c3f 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 2462b37..12f8d4d 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 6fb9fab..f226b31 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 9468a33..eeea063 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a56a81d..420fe9d 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 d141d5e..6c6b1fd 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4c4366c..70bbda9 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 69cf601..aefaa76 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 659c0e4..26501db 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 c05f433..cac9fd5 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 7205446..5e08c35 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 13:12+0300\n"
-"PO-Revision-Date: 2011-06-11 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +374,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -408,11 +408,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -443,11 +443,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -480,11 +480,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -515,11 +515,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -553,11 +553,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -588,11 +588,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -603,25 +603,25 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326 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:338 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:449 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:487 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1276,12 +1276,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_tasks>(1)"
+msgid "B<lb_chroot_local-tasklists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "install tasks into chroot"
+msgid "install local task lists into chroot"
 msgstr ""
 
 #. type: SS
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index 5344c32..5b48b0a 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -49,6 +49,7 @@
 [type: man] en/lb_chroot_local-packages.1 $lang:$lang/lb_chroot_local-packages.$lang.1
 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1
 [type: man] en/lb_chroot_local-preseed.1 $lang:$lang/lb_chroot_local-preseed.$lang.1
+[type: man] en/lb_chroot_local-tasklists.1 $lang:$lang/lb_chroot_local-tasklists.$lang.1
 [type: man] en/lb_chroot_packagelists.1 $lang:$lang/lb_chroot_packagelists.$lang.1
 [type: man] en/lb_chroot_preseed.1 $lang:$lang/lb_chroot_preseed.$lang.1
 [type: man] en/lb_chroot_proc.1 $lang:$lang/lb_chroot_proc.$lang.1
@@ -57,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 f98f03f..4b40c59 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -249,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -291,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -334,11 +334,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -376,11 +376,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -411,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -445,11 +445,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -479,11 +479,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -514,11 +514,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -551,11 +551,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -586,11 +586,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -624,11 +624,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -659,11 +659,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 6e7b30a..fc6a03e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index 4f723cc..047135e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -683,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 66dbb9e..8a73052 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 cd5d571..c02b8ee 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 2795e6f..df11218 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 65aae4f..e0ebba8 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7eb200c..aaa89bd 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 f044af1..b4b4072 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 67c3895..6df10ee 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 fca8966..e3a1416 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 8097607..795d414 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 e1a0014..187f7a8 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 491740d..f3a9f6f 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 90cc4f5..9ce9f9f 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7d3fdda..46f811b 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7d053ea..dd38f8c 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ae71e3a..23a8f36 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 c9d8684..bd3ac0e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 bf2c9ed..faf4e2d 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4b1fb9b..ec97861 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 8d41e97..29eacbd 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a663f97..76dd4a1 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 9ba7303..95fbc19 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 015cc04..463fd4a 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3d9ee5f..242b4e5 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 2e52407..83ed640 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 a233563..c56d7e3 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 91236dc..6d37e7e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 f6c96ba..1d1ef6a 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3f495cb..06cff15 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 555ab4a..e6558e7 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index fd85e17..1f56291 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 582e6d7..3b06ff3 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 37184ee..22d4960 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 dd6f017..6b85521 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 48e0294..8fe7230 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 be9413a..49ce5eb 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 d15f329..5d7caff 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 bcce600..5957f47 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 bc2c5d5..09065b2 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 bbb2905..029d445 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 325be20..09768ba 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 dc51b5d..eb01dc8 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 7ef983d..5388e32 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4ab149f..1139756 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 f3185a1..0d9c526 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ef96611..9add52c 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 c795254..1a6fd33 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 80%
copy from manpages/pot/lb_bootstrap_cdebootstrap.1.pot
copy to manpages/pot/lb_chroot_local-tasklists.1.pot
index a233563..d4917f7 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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
@@ -671,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_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index cecb8a3..cb604dc 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 18df512..edfda2d 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 5a38ead..f996d60 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 49ac1d1..77cb799 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 62390f5..ccc2e87 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 1d375c8..4e652e1 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4b8f09e..d468ba2 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 e3faf38..c5bcd48 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 4728dbb..0000000
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ /dev/null
@@ -1,696 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-06-11 13:12+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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1: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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 en/lb_local.1:14 en/lb_source.1:14
-#: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14
-#: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14
-#: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14
-#: en/lb_source_virtual-hdd.1:14 en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_grub.1:17 en/lb_binary_grub2.1:17
-#: en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17
-#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17
-#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17
-#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17
-#: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17
-#: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17
-#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 en/lb_local.1:17 en/lb_source.1:17
-#: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17
-#: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17
-#: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17
-#: en/lb_source_virtual-hdd.1:17 en/lb_testroot.1:21 en/live-build.7:227
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_grub.1:21 en/lb_binary_grub2.1:21
-#: en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21
-#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21
-#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21
-#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21
-#: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21
-#: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21
-#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 en/lb_local.1:20 en/lb_source.1:20
-#: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21
-#: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21
-#: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21
-#: en/lb_source_virtual-hdd.1:21 en/lb_testroot.1:24 en/live-build.7:231
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_grub.1:23 en/lb_binary_grub2.1:23
-#: en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23
-#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23
-#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23
-#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23
-#: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23
-#: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23
-#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 en/lb_local.1:22 en/lb_source.1:22
-#: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23
-#: en/lb_source_debian.1:23 en/lb_source_disk.1:23 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 en/lb_local.1:24 en/lb_source.1:24
-#: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25
-#: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25
-#: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25
-#: en/lb_source_virtual-hdd.1:25 en/lb_testroot.1:28 en/live-build.7:237
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_grub.1:26 en/lb_binary_grub2.1:26
-#: en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26
-#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26
-#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26
-#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26
-#: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26
-#: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26
-#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 en/lb_local.1:25 en/lb_source.1:25
-#: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26
-#: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26
-#: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26
-#: en/lb_source_virtual-hdd.1:26 en/lb_testroot.1:29 en/live-build.7:238
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_grub.1:28 en/lb_binary_grub2.1:28
-#: en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28
-#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28
-#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28
-#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28
-#: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28
-#: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28
-#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 en/lb_local.1:27 en/lb_source.1:27
-#: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28
-#: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28
-#: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28
-#: en/lb_source_virtual-hdd.1:28 en/lb_testroot.1:31 en/live-build.7:240
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_grub.1:29 en/lb_binary_grub2.1:29
-#: en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29
-#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29
-#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29
-#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29
-#: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29
-#: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29
-#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 en/lb_local.1:28 en/lb_source.1:28
-#: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29
-#: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29
-#: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29
-#: en/lb_source_virtual-hdd.1:29 en/lb_testroot.1:32 en/live-build.7:241
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_grub.1:31 en/lb_binary_grub2.1:31
-#: en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31
-#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31
-#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31
-#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31
-#: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31
-#: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31
-#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 en/lb_local.1:30 en/lb_source.1:30
-#: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31
-#: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31
-#: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31
-#: en/lb_source_virtual-hdd.1:31 en/lb_testroot.1:34 en/live-build.7:243
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_grub.1:32 en/lb_binary_grub2.1:32
-#: en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32
-#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32
-#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32
-#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32
-#: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32
-#: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32
-#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 en/lb_local.1:31 en/lb_source.1:31
-#: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32
-#: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32
-#: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32
-#: en/lb_source_virtual-hdd.1:32 en/lb_testroot.1:35 en/live-build.7:244
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_grub.1:33 en/lb_binary_grub2.1:33
-#: en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33
-#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33
-#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33
-#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33
-#: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33
-#: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33
-#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 en/lb_local.1:32 en/lb_source.1:32
-#: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33
-#: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33
-#: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33
-#: en/lb_source_virtual-hdd.1:33 en/lb_testroot.1:36 en/live-build.7:245
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
-#: en/lb_binary_iso.1:19 en/lb_binary_linux-image.1:19
-#: en/lb_binary_local-hooks.1:19 en/lb_binary_local-includes.1:19
-#: en/lb_binary_local-packagelists.1:19 en/lb_binary_manifest.1:19
-#: en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 en/lb_binary_rootfs.1:19
-#: en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 en/lb_binary_tar.1:19
-#: en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19
-#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19
-#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19
-#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19
-#: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19
-#: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19
-#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 337fb81..9a63f61 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3502d28..49a6325 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 870bdae..b61624f 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -1185,52 +1185,47 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:225
-msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:227
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:227
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:233
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:235
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:237
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:245
+#: 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."
@@ -1238,7 +1233,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:248
+#: 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 "
@@ -1247,7 +1242,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:251
+#: 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 "
@@ -1263,7 +1258,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: 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 "
@@ -1272,26 +1267,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: 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:258
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: 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 "
@@ -1299,13 +1294,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: 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 "
@@ -1313,26 +1308,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: 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:264
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: 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 "
@@ -1340,13 +1335,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: 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 "
@@ -1354,13 +1349,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: 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 "
@@ -1372,38 +1367,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: 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:272
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: 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:274
+#: en/lb_config.1:272
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: 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 "
@@ -1414,13 +1409,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:276
+#: 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:278
+#: 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-"
@@ -1428,13 +1423,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: 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 "
@@ -1447,24 +1442,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: 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 "
@@ -1473,13 +1468,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: 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 "
@@ -1492,13 +1487,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: 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 "
@@ -1508,13 +1503,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: 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 "
@@ -1522,39 +1517,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: 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:292
+#: en/lb_config.1:290
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: 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:294
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: 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 "
@@ -1562,13 +1557,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: 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, "
@@ -1579,13 +1574,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: 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:300
+#: 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 "
@@ -1595,13 +1590,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: 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 "
@@ -1613,26 +1608,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: 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:304
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: 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. "
@@ -1647,13 +1642,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: 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 "
@@ -1664,39 +1659,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:306
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: 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:312
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: 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, "
@@ -1704,13 +1699,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: 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 "
@@ -1718,13 +1713,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:314
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: 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 "
@@ -1733,13 +1728,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: 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:320
+#: 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 "
@@ -1751,13 +1746,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: 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 "
@@ -1766,26 +1761,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: 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:324
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: 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, "
@@ -1793,60 +1788,60 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326 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:328
+#: en/lb_config.1:326
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 #, no-wrap
 msgid "-d|B<--parent-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 msgid ""
 "defines the parent distribution for derivatives of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 #, no-wrap
 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: 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:334
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: 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 "
@@ -1855,26 +1850,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: 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:338 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:340
+#: 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-"
@@ -1882,26 +1877,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: 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:342
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: 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 "
@@ -1910,13 +1905,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: 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 "
@@ -1924,24 +1919,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: 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 "
@@ -1950,13 +1945,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: 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. "
@@ -1965,13 +1960,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: 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 "
@@ -1982,13 +1977,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: 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 "
@@ -2002,24 +1997,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: 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 "
@@ -2027,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: 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."
@@ -2042,13 +2037,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: 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-"
@@ -2057,13 +2052,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: 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 "
@@ -2072,13 +2067,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: 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 "
@@ -2088,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: 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:370
+#: en/lb_config.1:368
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: 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 "
@@ -2115,26 +2110,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: 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:374
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: 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 "
@@ -2148,26 +2143,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: 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:378
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: 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 "
@@ -2175,13 +2170,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 #, no-wrap
 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: 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 "
@@ -2189,13 +2184,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--parent-mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: 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 "
@@ -2203,13 +2198,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--parent-mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: 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 "
@@ -2217,13 +2212,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--parent-mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: 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 "
@@ -2231,13 +2226,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--parent-mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: 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 "
@@ -2245,13 +2240,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--parent-mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: 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 "
@@ -2261,13 +2256,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--parent-mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: 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-"
@@ -2275,13 +2270,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:392
 #, no-wrap
 msgid "B<--parent-mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:396
+#: 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-"
@@ -2289,13 +2284,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:394
 #, no-wrap
 msgid "B<--parent-mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:398
+#: 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/"
@@ -2303,13 +2298,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:396
 #, no-wrap
 msgid "B<--parent-mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:400
+#: 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 "
@@ -2317,13 +2312,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:398
 #, no-wrap
 msgid "B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:402
+#: 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/"
@@ -2331,13 +2326,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:400
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:404
+#: 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 "
@@ -2345,13 +2340,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:402
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:406
+#: 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 "
@@ -2359,13 +2354,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:404
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:408
+#: 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 "
@@ -2373,13 +2368,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:406
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:410
+#: 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 "
@@ -2387,13 +2382,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:408
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:412
+#: 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. "
@@ -2403,52 +2398,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:410
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:414
+#: 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:414
+#: en/lb_config.1:412
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:416
+#: 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:416
+#: en/lb_config.1:414
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:418
+#: 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:418
+#: en/lb_config.1:416
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:420
+#: 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 "
@@ -2456,52 +2451,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:418
 #, no-wrap
 msgid "B<--mode> debian|emdebian|progress|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:422
+#: 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:422
+#: en/lb_config.1:420
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:424
+#: 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:424
+#: en/lb_config.1:422
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:426
+#: 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:426
+#: en/lb_config.1:424
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:428
+#: 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 "
@@ -2510,13 +2505,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:428
+#: en/lb_config.1:426
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:430
+#: 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 "
@@ -2524,38 +2519,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:428
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:432
+#: 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:432
+#: en/lb_config.1:430
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:434
+#: 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:434
+#: en/lb_config.1:432
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:436
+#: 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 "
@@ -2563,28 +2558,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:437
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:439
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:441
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: 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 "
@@ -2592,13 +2587,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: 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 "
@@ -2606,13 +2601,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:445
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: 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 "
@@ -2622,37 +2617,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 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:451
+#: en/lb_config.1:449
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:449
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:453
+#: 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:453
+#: en/lb_config.1:451
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:455
+#: 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, "
@@ -2660,13 +2655,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:453
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:457
+#: 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 "
@@ -2674,13 +2669,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:457
+#: 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:459
+#: 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. "
@@ -2690,26 +2685,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:457
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:461
+#: 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:461
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:463
+#: 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 "
@@ -2719,37 +2714,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: 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:465
+#: en/lb_config.1:463
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:463
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:467
+#: 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:467
+#: en/lb_config.1:465
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:469
+#: 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 "
@@ -2757,67 +2752,51 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:467
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:471
+#: 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:471
+#: en/lb_config.1:469
 #, no-wrap
 msgid "B<--tasksel> apt|aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:473
+#: 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:473
-#, no-wrap
-msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:475
-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:475
+#: en/lb_config.1:471
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:477
+#: 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:477
+#: en/lb_config.1:473
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:479
+#: 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 "
@@ -2825,39 +2804,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:475
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:481
+#: 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:481
+#: en/lb_config.1:477
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:483
+#: 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:483
+#: en/lb_config.1:479
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:485
+#: 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 "
@@ -2865,48 +2844,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:481
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:487
+#: 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:487 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:489
+#: en/lb_config.1:485
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:485
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:492
+#: 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:493
+#: en/lb_config.1:489
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:496
+#: 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 "
@@ -2920,20 +2899,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:500
+#: en/lb_config.1:496
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:501
+#: 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:504
+#: 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 d61eb24..909f277 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 0226819..21d6e77 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index c31ff65..b1e5de2 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 b49b528..dae1ffc 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 b25fa02..a9c354a 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ca60efb..3406db8 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 3323381..c387999 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 037b386..38386a0 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 0fd3a39..ecd885e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 1e8a377..980166f 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 59b930c..851b389 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -408,11 +408,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -442,11 +442,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -477,11 +477,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -514,11 +514,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -549,11 +549,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -587,11 +587,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -622,11 +622,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -658,10 +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_packagelists.1:19 en/lb_chroot_preseed.1:19
-#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.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 ade4f84..5835272 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -346,11 +346,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -381,11 +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_packagelists.1:23 en/lb_chroot_preseed.1:23
-#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.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:507 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
@@ -415,11 +415,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -449,11 +449,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -484,11 +484,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -521,11 +521,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -556,11 +556,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -594,11 +594,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -629,11 +629,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 765e439..b5f619e 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 13:12+0300\n"
+"POT-Creation-Date: 2011-06-11 15:36+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,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -69,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -102,12 +102,12 @@ msgstr ""
 #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1
 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1
 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1
-#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -135,12 +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_packagelists.1:1
-#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1
-#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1
-#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1
+#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1
+#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
+#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -168,12 +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_packagelists.1:3
-#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3
-#: en/lb_chroot_selinuxfs.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
@@ -201,12 +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_packagelists.1:6
-#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6
-#: en/lb_chroot_selinuxfs.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
@@ -234,12 +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_packagelists.1:9
-#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9
-#: en/lb_chroot_selinuxfs.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:243 en/lb_local.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
@@ -269,11 +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_packagelists.1:14 en/lb_chroot_preseed.1:14
-#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.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:252 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
@@ -304,11 +304,11 @@ 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_packagelists.1:17 en/lb_chroot_preseed.1:17
-#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.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:498 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
@@ -339,11 +339,11 @@ 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_packagelists.1:21 en/lb_chroot_preseed.1:21
-#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.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:505 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
@@ -374,11 +374,11 @@ 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_packagelists.1:25 en/lb_chroot_preseed.1:25
-#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.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:509 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
@@ -408,11 +408,11 @@ 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_packagelists.1:26 en/lb_chroot_preseed.1:26
-#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.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:510 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
@@ -443,11 +443,11 @@ 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_packagelists.1:28 en/lb_chroot_preseed.1:28
-#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.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:512 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
@@ -480,11 +480,11 @@ 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_packagelists.1:29 en/lb_chroot_preseed.1:29
-#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.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:513 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
@@ -515,11 +515,11 @@ 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_packagelists.1:31 en/lb_chroot_preseed.1:31
-#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.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:515 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
@@ -553,11 +553,11 @@ 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_packagelists.1:32 en/lb_chroot_preseed.1:32
-#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.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:516 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
@@ -588,11 +588,11 @@ 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_packagelists.1:33 en/lb_chroot_preseed.1:33
-#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.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:517 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
@@ -603,25 +603,25 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326 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:338 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:449 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:487 en/live-build.7:42
+#: en/lb_config.1:483 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1276,12 +1276,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:144
 #, no-wrap
-msgid "B<lb_chroot_tasks>(1)"
+msgid "B<lb_chroot_local-tasklists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:146
-msgid "install tasks into chroot"
+msgid "install local task lists into chroot"
 msgstr ""
 
 #. type: SS
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 062a545..0b9e39f 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -59,7 +59,7 @@ lb chroot_packagelists ${*}
 lb chroot_local-packagelists ${*}
 lb chroot_local-packages ${*}
 lb chroot_install-packages ${*}
-lb chroot_tasks ${*}
+lb chroot_local-tasklists ${*}
 lb chroot_local-includes ${*}
 lb chroot_local-patches ${*}
 lb chroot_local-hooks ${*}
diff --git a/scripts/build/lb_chroot_tasks b/scripts/build/lb_chroot_local-tasklists
similarity index 74%
rename from scripts/build/lb_chroot_tasks
rename to scripts/build/lb_chroot_local-tasklists
index 96d02d2..5fc6eb5 100755
--- a/scripts/build/lb_chroot_tasks
+++ b/scripts/build/lb_chroot_local-tasklists
@@ -14,7 +14,7 @@ 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]"
 
@@ -24,13 +24,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin installing tasks..."
+Echo_message "Begin installation of local task lists..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_tasks
+Check_stagefile .stage/chroot_local-tasklists
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,8 +38,15 @@ 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
 then
+	for LIST in config/chroot_local-tasklists/*.list
+	do
+		# Generating local task list
+		Expand_packagelist "$(basename ${LIST})" "config/chroot_local-tasklists" \
+			>> chroot/root/chroot_tasks
+	done
+
 	# Restoring cache
 	Restore_cache cache/packages_chroot
 
@@ -69,12 +76,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 +94,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 +130,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
 fi

-- 
live-build



More information about the debian-live-changes mailing list